Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
An actionable, well-sequenced skill with strong validation and recovery feedback loops appropriate to its destructive-adjacent git operations. Its main weakness is conciseness: several rationale phrases are repeated verbatim across sections and could be consolidated without losing clarity.
Suggestions
Consolidate the repeated 'orphans are how we've lost work' phrasing into a single stated rationale and reference it by name, rather than restating it in Pre-flight, Steps, After-creation, and Post-flight.
Trim the repeated warnings about never stashing silently into one canonical statement in the activation guard, since the gated command already enforces it.
Shorten the prose around 'Why the gate' to the essential invariant (only pop a stash we just created) and move the detailed git-exit-code reasoning to a brief parenthetical.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and actionable, but repeats the same rationale phrases multiple times ("orphans are how we've lost work in the past" appears ~4 times, and the stashing-silently warning recurs), so it could be tightened; not 3 because some explanatory prose does not earn its place on repeat, and not 1 because the content is genuinely non-obvious git behavior rather than padding about concepts Claude already knows. | 2 / 3 |
Actionability | Provides a fully executable chained bash command plus concrete recovery commands (git checkout --merge, git branch -D, git stash list) and a copy-paste branch-numbering command; only the <branch-name> placeholder is left to fill. | 3 / 3 |
Workflow Clarity | Clear sequenced workflow (guard -> pre-flight verify main -> chained steps -> naming -> conflict recovery -> post-flight) with explicit validation (compare merge-commit SHA before branching) and feedback loops (conflict => abort and surface; orphaned stash => surface); not 2 because checkpoints and recovery are explicit. | 3 / 3 |
Progressive Disclosure | Single self-contained SKILL.md with no bundle files, organized into clearly labeled sections; per the simple-skills note, a single-file skill with well-organized sections scores 3 without external references. | 3 / 3 |
Total | 11 / 12 Passed |