Content
100%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 high-quality, executable skill body: dense with concrete commands, clear sequencing with validation, and well-structured sections without padding or external-reference indirection.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient throughout: no padding or explanations of git concepts Claude already knows; every section (hard rules, workflow, anti-patterns, example) earns its place with concrete commands. | 5 / 5 |
Actionability | Fully executable: exact commands (`git worktree list --porcelain`, `gh pr list --state merged`, `git branch -d/-D`), a concrete classification table with detection commands, and a worked example session — copy-paste ready covering common cases including the `gh`-missing fallback. | 5 / 5 |
Workflow Clarity | Clear 6-step sequence with explicit validation checkpoints (fetch --prune before merge checks, consolidated batch approval via AskQuestion, remove-then-delete-branch ordering) and feedback/anti-pattern guidance for failure modes like squash-merge needing `-D`; the destructive-batch cap does not apply because validation is present. | 5 / 5 |
Progressive Disclosure | No bundle files exist; the single-purpose skill is well-organized into Hard rules, Workflow, Anti-patterns, and Example with no nested references, matching the well-organized-sections exception. | 5 / 5 |
Total | 20 / 20 Passed |