Skip to content

chore: prune stale plugins, commands, and skills#446

Open
stbenjam wants to merge 7 commits into
openshift-eng:mainfrom
stbenjam:prune-stale-content
Open

chore: prune stale plugins, commands, and skills#446
stbenjam wants to merge 7 commits into
openshift-eng:mainfrom
stbenjam:prune-stale-content

Conversation

@stbenjam
Copy link
Copy Markdown
Member

@stbenjam stbenjam commented May 5, 2026

Summary

  • Removes 10 full plugins that scored above the pruning threshold: container-image, doc, etcd, golang, gwapi, node, node-tuning, origin, session, yaml
  • Removes 12 individual stale commands from surviving plugins (git, olm, openshift, utils)
  • Adds .pruneprotect to permanently protect plugins from future automated pruning
  • Adds OWNERS file for bigquery plugin

Removal Manifest

Type Path Reason
plugin plugins/container-image/ Inactive >180d, low contributor count, no OWNERS
plugin plugins/doc/ Inactive >180d, minimal content, no OWNERS
plugin plugins/etcd/ Inactive >180d, single contributor, no OWNERS
plugin plugins/golang/ Inactive >180d, single contributor, no OWNERS
plugin plugins/gwapi/ Inactive >180d, single contributor, no OWNERS
plugin plugins/node/ Inactive >180d, single contributor, no OWNERS
plugin plugins/node-tuning/ Inactive >180d, single contributor, no OWNERS
plugin plugins/origin/ Inactive >180d, single contributor, no OWNERS
plugin plugins/session/ Inactive >180d, minimal content, no OWNERS
plugin plugins/yaml/ Inactive >180d, minimal content, no OWNERS
command plugins/git/commands/cherry-pick-by-patch.md Stale, low activity
command plugins/git/commands/fix-cherrypick-robot-pr.md Stale, low activity
command plugins/git/commands/summary.md Stale, low activity
command plugins/olm/commands/approve.md SAVED by @stbenjam
command plugins/olm/commands/catalog.md SAVED by @stbenjam
command plugins/olm/commands/install.md SAVED by @stbenjam
command plugins/olm/commands/opm.md SAVED by @stbenjam
command plugins/olm/commands/uninstall.md SAVED by @stbenjam
command plugins/olm/commands/upgrade.md SAVED by @stbenjam
command plugins/openshift/commands/destroy-cluster.md Stale, low activity
command plugins/utils/commands/auto-approve-konflux-prs.md Stale, low activity
command plugins/utils/commands/placeholder.md Stale, low activity

Protected Plugins

Items in .pruneprotect were excluded: hello-world, metrics, native-notifications, marketplace-ops, bigquery, ci, hcp, sosreport.

How to Save Items

To keep something that's being removed, comment on this PR with the path from the manifest table:

/save plugins/etcd/
/save plugins/olm/commands/approve.md

Saved items will be restored from git history and added to .pruneprotect so they won't be flagged in future pruning cycles.

Test plan

  • Verify make lint passes
  • Verify make update produces no warnings (except operator-dashboard, pre-existing)
  • Spot-check that no cross-references to removed content remain in surviving plugins

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores

    • Removed 10 deprecated plugins to streamline the marketplace
    • Bumped versions for git, utils, olm, openshift, and bigquery
    • Reordered plugin listing in the marketplace index
    • Added repository protection configuration for critical plugin directories
    • Added explicit code ownership for the BigQuery plugin
  • Documentation

    • Updated plugin index and removed obsolete command docs across several plugins

stbenjam and others added 2 commits May 5, 2026 14:45
Add pruneprotect file for automated pruning protection, and OWNERS
file for the bigquery plugin.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove 10 full plugins:
- container-image, doc, etcd, golang, gwapi, node, node-tuning,
  origin, session, yaml

Remove 12 individual commands:
- git: cherry-pick-by-patch, fix-cherrypick-robot-pr, summary
- olm: approve, catalog, install, opm, uninstall, upgrade
- openshift: destroy-cluster
- utils: auto-approve-konflux-prs, placeholder

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci openshift-ci Bot requested review from Prashanth684 and dgoodwin May 5, 2026 18:48
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 5, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stbenjam

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 5, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: cfba2170-c988-4d8f-8d58-fcf8e75e6505

📥 Commits

Reviewing files that changed from the base of the PR and between b44be27 and 64d60c5.

📒 Files selected for processing (1)
  • .pruneprotect

Walkthrough

Remove manifests/docs/commands for 10 plugins (container-image, doc, etcd, golang, gwapi, node, node-tuning, origin, session, yaml); delete node-tuning scripts and gwapi resources; bump versions for git, utils, olm, openshift, bigquery; add .pruneprotect; add plugins/bigquery/OWNERS; reorder two marketplace entries.

Changes

Plugin Ecosystem Cleanup & Maintenance

Layer / File(s) Summary
Central Registry / Marketplace
.claude-plugin/marketplace.json
Removed 10 plugin entries; bumped git→0.0.6, utils→0.0.10, olm→0.1.2, openshift→0.0.6, bigquery→0.0.3; reordered testing (after test-coverage) and code-review (after workspaces).
Central Data Registry
docs/data.json
Synced version bumps; removed plugin blocks for doc, session, etcd, yaml, and other deprecated plugins; removed deprecated commands from git, utils, olm, openshift.
Plugin Manifests Removed
plugins/{container-image,doc,etcd,golang,gwapi,node,node-tuning,origin,session,yaml}/.claude-plugin/plugin.json
Cleared/removed top-level plugin metadata objects for 10 deprecated plugins.
Documentation Removal
PLUGINS.md, plugins/*/README.md, plugins/*/commands/*.md, plugins/*/skills/**/*.md
Deleted README, command docs and skill docs for deprecated plugins; updated PLUGINS.md table of contents and maintained-plugin command lists.
Implementation Removal
plugins/node-tuning/skills/scripts/{analyze_node_tuning.py,generate_tuned_profile.py}, plugins/gwapi/resources/{gateway.yaml,gatewayclass.yaml}
Removed node-tuning CLI scripts and gwapi Kubernetes manifests.
Maintained Plugin Version Bumps
plugins/{git,openshift,utils,bigquery}/.claude-plugin/plugin.json
Updated plugin version fields to new releases.
Prune Protection Config
.pruneprotect
Added file enumerating protected paths (one-per-line, # comments supported).
Code Ownership
plugins/bigquery/OWNERS
Added approvers and reviewers lists for BigQuery plugin.

🎯 4 (Complex) | ⏱️ ~60 minutes

🚥 Pre-merge checks | ✅ 10
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: removing stale plugins, commands, and skills from the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No Real People Names In Style References ✅ Passed No real people's names used as style references found in plugin commands, skill documentation, example prompts, or manifest files.
No Assumed Git Remote Names ✅ Passed The PR's new/modified files (.pruneprotect, plugins/bigquery/OWNERS, manifests, docs) contain no hardcoded git remote names. All changes comply with the requirement.
Git Push Safety Rules ✅ Passed PR does not introduce any git push operations, force push variants, or pushes to main/master. Only pruning stale plugins and updating version numbers. No Git Push Safety Rule violations detected.
No Untrusted Mcp Servers ✅ Passed No MCP server installations or untrusted dependencies introduced. PR only updates plugin versions, removes stale plugins, and adds configuration files.
Ai-Helpers Overlap Detection ✅ Passed PR removes stale ai-helpers files and adds configuration only (.pruneprotect, OWNERS). Does not add/modify functional ai-helpers content (commands/skills/agents). Check trigger condition not met.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

stbenjam and others added 2 commits May 5, 2026 14:50
Bump patch versions for git (0.0.6), olm (0.1.2), openshift (0.0.6),
and utils (0.0.10) since commands were removed from each.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 5, 2026

/save plugins/olm

Restored and added to .pruneprotect:
- plugins/olm/ (all 6 commands) — saved by @stbenjam

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stbenjam stbenjam changed the title chore: prune stale plugins, commands, and skills [wi] chore: prune stale plugins, commands, and skills May 5, 2026
@stbenjam stbenjam changed the title [wi] chore: prune stale plugins, commands, and skills [wip] chore: prune stale plugins, commands, and skills May 5, 2026
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 5, 2026
@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 5, 2026

Processed /save comments. Restored and added to .pruneprotect:

  • plugins/olm/ (all 6 commands: approve, catalog, install, opm, uninstall, upgrade) — saved by @stbenjam

Remaining removals: 16 items (10 full plugins + 6 individual commands).

@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 6, 2026

/drop plugins/olm

Dropped (undoing previous save):
- plugins/olm/commands/approve.md — dropped by @stbenjam
- plugins/olm/commands/catalog.md — dropped by @stbenjam
- plugins/olm/commands/install.md — dropped by @stbenjam
- plugins/olm/commands/opm.md — dropped by @stbenjam
- plugins/olm/commands/uninstall.md — dropped by @stbenjam
- plugins/olm/commands/upgrade.md — dropped by @stbenjam

Removed plugins/olm/ from .pruneprotect.
Bumped olm plugin version 0.1.1 → 0.1.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 6, 2026

Processed /drop comment.

Dropped (undoing previous save, removed from .pruneprotect):

  • plugins/olm/commands/approve.md — dropped by @stbenjam
  • plugins/olm/commands/catalog.md — dropped by @stbenjam
  • plugins/olm/commands/install.md — dropped by @stbenjam
  • plugins/olm/commands/opm.md — dropped by @stbenjam
  • plugins/olm/commands/uninstall.md — dropped by @stbenjam
  • plugins/olm/commands/upgrade.md — dropped by @stbenjam

Bumped olm plugin version 0.1.10.1.2.

Remaining removals: 22 items (10 full plugins + 12 individual commands).

@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 6, 2026

/save plugins/olm

Restored and added to .pruneprotect:
- plugins/olm/ (all 6 commands) — saved by @stbenjam

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@stbenjam
Copy link
Copy Markdown
Member Author

stbenjam commented May 6, 2026

Processed /save comment.

Saved (restored and added to .pruneprotect):

  • plugins/olm/ (all 6 commands: approve, catalog, install, opm, uninstall, upgrade) — saved by @stbenjam

Remaining removals: 16 items (10 full plugins + 6 individual commands).

@stbenjam stbenjam changed the title [wip] chore: prune stale plugins, commands, and skills chore: prune stale plugins, commands, and skills May 6, 2026
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 6, 2026
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 9, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 9, 2026

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@cblecker
Copy link
Copy Markdown
Contributor

/save plugins/golang

I rewrote it completely last week :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants