Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tightly written, highly actionable skill body: it skips git basics, gives executable audit/reap commands, sequences a destructive workflow with validation checkpoints, and organizes content cleanly with no nested references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and dense: no generic git concepts are explained, every section delivers commands or decision rules, and tokens go only to non-obvious harness-specific gotchas. It assumes Claude's git competence throughout. | 3 / 3 |
Actionability | Executable, copy-paste-ready commands throughout (the awk audit pipeline, `git merge-base --is-ancestor`, `git worktree remove`, `git branch -d/-D`, `git worktree prune`) with explicit per-condition decision rules in the 'Decide per worktree' block. | 3 / 3 |
Workflow Clarity | Clear audit -> classify -> decide -> reap sequence with explicit validation checkpoints and feedback loops ('Re-run the audit', 'Never reap on a self-reported it's merged', final-checks checklist), well above the destructive-operation bar that would cap at 2. | 3 / 3 |
Progressive Disclosure | The body is self-contained and well-organized into focused sections with no bundle files (references/scripts/assets are absent); for a single-purpose skill under 50 effective lines, well-organized sections earn the top anchor per the simple-skills note. | 3 / 3 |
Total | 12 / 12 Passed |