Content
88%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 dense, highly actionable CLI skill body with concrete commands, well-sequenced workflows, and explicit validation/feedback loops for risky operations. Its main weakness is mild redundancy of commit syntax across sections and some inline command-reference detail that mirrors references/reference.md.
Suggestions
Consolidate the recurring `but commit -b <branch> -m ... <ids>` syntax into one canonical statement and reference it from 'Start Here' and 'Task Recipes' rather than re-stating it.
Move the 'Command Patterns' bulleted flag reference into references/reference.md, keeping SKILL.md focused on the quick-start path and task recipes.
Tighten the 'IDs' section's chaining paragraph, which currently interleaves several rules that could be split into a short table or sub-bullets for faster scanning.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and Claude-competence-assuming with concrete commands, but the `but commit -b <branch> -m ... <ids>` syntax recurs across 'Start Here', 'Command Patterns', and 'Task Recipes', adding some redundancy that could be tightened. | 4 / 5 |
Actionability | Copy-paste-ready bash with exact flags, ID forms, and chained `&&` patterns throughout, e.g. 'but commit -b <branch> -m "<msg>" <id> <id>' and 'but uncommit <source-commit-id> && but diff', covering common cases exhaustively. | 5 / 5 |
Workflow Clarity | Multi-step recipes (pull, split, reorder, conflict resolution) are explicitly sequenced with validation feedback loops — 'Go back to step 1 until it reports no conflicts', 'but resolve finish reports leftover markers... When it says no conflicted commits remain, stop' — exactly the destructive/batch safety the rubric rewards. | 5 / 5 |
Progressive Disclosure | Clear one-level-deep references to reference.md/concepts.md/examples.md, all verified to exist and signaled in the Notes section, but the inline 'Command Patterns' and 'Git-to-But Map' overlap with reference.md's command reference, a minor organization gap. | 4 / 5 |
Total | 18 / 20 Passed |