Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, actionable instruction skill: concrete commands, a sequenced workflow with explicit validation for destructive deletes, and well-organized sections. It assumes Claude's competence and avoids concept re-explanation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and directive throughout — no re-explanation of concepts Claude already knows, every section earning its tokens; the only mild redundancy (the Rule restating the trigger) reinforces rather than pads. | 3 / 3 |
Actionability | Provides concrete, executable commands such as 'gh issue view <number> --json state,url,title', 'rg -n "plan.md|tasks.md|docs/archives|NEEDS CLARIFICATION" docs AGENTS.md .agents/skills', and 'git status --short', plus specific keep/delete rules — copy-paste ready guidance for an instruction-only skill. | 3 / 3 |
Workflow Clarity | A clear five-step sequence is followed by an explicit Validation section with verification commands; because this destructive batch-delete workflow has concrete validation checkpoints, it is not capped at 2. | 3 / 3 |
Progressive Disclosure | A simple single-purpose skill organized into well-labeled sections (Rule, Workflow, Cleanup Rules, GitHub Checks, Never Delete, Validation) with no need for external bundle references. | 3 / 3 |
Total | 12 / 12 Passed |