[WIP] feat: convert marketplace-ops to skills + automated pruning#461
[WIP] feat: convert marketplace-ops to skills + automated pruning#461not-stbenjam wants to merge 2 commits into
Conversation
Replace interactive commands with skills (LLM-only prune review, update processing) and add deterministic Python scripts for all mechanical operations: comment parsing, save/drop application, PR body generation, cross-reference scanning. Add make to the CI image. This prepares marketplace-ops for automated execution as a Prow periodic job where Claude is only invoked for qualitative item-level review. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: not-stbenjam The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @not-stbenjam. Thanks for your PR. I'm waiting for a openshift-eng member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
For individual command removals, only search for the /plugin:command pattern instead of bare item names which produce false positives. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
PR needs rebase. DetailsInstructions 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. |
|
/ok-to-test |
|
Stale PRs are closed after 21d of inactivity. If this PR is still relevant, comment to refresh it or remove the stale label. If this PR is safe to close now please do so with /lifecycle stale |
Summary
prune,prune-update) to skillsmaketo the CI Docker imageThis is the ai-helpers side of the automated marketplace pruning Prow job. The corresponding release repo PR adds the step registry ref and periodic job config.
Architecture
The pruning workflow maximizes deterministic operations:
New scripts in
plugins/marketplace-ops/scripts/process-comments.py/save//dropdirectives from PR comments, filter to trusted collaboratorsapply-changes.pybuild-pr-body.pyupdate-pr-body.pycross-reference-scan.pyPrerequisites (not in this PR)
openshift-trt-bot(fork) andopenshift-eng(upstream)ai-helpers-github-appopenshift-trt-bot/ai-helpersTest plan
score-plugins.pyandscore-items.pystill work against the repocross-reference-scan.pydetects references correctlymake updatesyncs marketplace.jsonmake lintpasses (needs amd64 runner)🤖 Generated with Claude Code