Content
86%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, lean instruction skill with concrete commands, clear sequencing, and strong guardrails for a destructive batch operation. The main gap is the absence of an explicit error-recovery feedback loop and a concrete template for the multi-agent review pass.
Suggestions
Add a concrete sub-agent invocation template for the parallel review passes (e.g., the prompt and per-directory scope) so the multi-agent step is executable rather than descriptive.
Add an explicit validate→fix→retry loop in the Validation section: after running the rg/git checks, state what to do when stale references or unexpected changes are found and that deletes only proceed once clean.
Spell out the rollback path (e.g., 'git restore <path>') so a mistaken delete can be undone before the change is committed.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and purposeful with no concept explanations Claude already knows; every section (Rule, Workflow, Cleanup Rules, GitHub Checks, Never Delete, Validation) earns its place and assumes Claude's competence. | 5 / 5 |
Actionability | Provides copy-paste-ready commands ('gh issue view <number> --json state,url,title', the rg validation string, 'git status --short') and concrete decision rules, but the multi-agent review step is described abstractly without a concrete invocation template. | 4 / 5 |
Workflow Clarity | A clear 5-step sequence with a dedicated Validation section and a 'Never Delete' checklist plus an optional verifier pass; falls short of 5 because there is no explicit validate→fix→retry feedback loop for the destructive deletes. | 4 / 5 |
Progressive Disclosure | No bundle files exist and none are needed; the body is a short, well-organized set of clearly headed sections with no nested references or monolithic walls, satisfying the simple-skill exception. | 5 / 5 |
Total | 18 / 20 Passed |