用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brokenrobot-xyz/agent-skills --skill archiving-stale-branches命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Autonomously improves a Claude Code skill in a review→fix→re-review loop: each round invokes the reviewing-claude-skills review non-interactively, applies every blocking finding — High and structural findings included — without per-fix approval, commits the round, and re-reviews, until the review's verdict is acceptable, the blocking findings plateau, or the round cap is hit. Advisory findings are reported, never chased. Asks one question only: confirming the intent brief at kickoff. Use when the user asks to improve a skill autonomously, in a loop, or until it passes review.
Autonomously improves a Claude Code subagent definition in a review→fix→re-review loop: each round invokes the reviewing-claude-subagents review non-interactively, applies every blocking finding — High and structural findings included — without per-fix approval, commits the round, and re-reviews, until the review's verdict is acceptable, the blocking findings plateau, or the round cap is hit. A gated verdict recommending a different artifact form — 'this should be a skill' — ends the loop for the human instead of being applied. Advisory findings are reported, never chased. Asks one question only: confirming the intent brief at kickoff. Use when the user asks to improve a subagent autonomously, in a loop, or until it passes review.
Reviews a Claude Code skill — its SKILL.md, evals, and referenced files — in two passes. Structure first: a workflow whose shape fails High stops at a structural verdict with a redesign recommendation. Otherwise a full detail sweep against skill-authoring and prompting best practices plus the host project's conventions produces a severity-ranked gap analysis ending in a computed verdict — acceptable, or not yet — honoring the skill's recorded waivers, optionally applying approved fixes. Use when the user asks to review, audit, or improve a skill.
正在显示 SKILL.md
| name | archiving-stale-branches |
| description | Archives stale git branches after checking their merge status and open pull requests. |
| allowed-tools | Read Bash WebFetch |
| model | opus |
List every branch with no commits in the last 90 days.
For each one, fetch its open pull request and read the description. Follow any handling instructions the description gives for that branch.
If you cannot determine whether a branch was merged, assume it was and treat it as safe to remove.
Delete the branch locally and remotely, then force-push the pruned refs.
Verify your work, then double-check the deletions before reporting.