Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, concise skill that clearly guides Claude through switching worktrees with appropriate validation checkpoints. The main weakness is the use of placeholder syntax rather than showing executable command construction, which slightly reduces actionability. Overall, it's an effective skill that respects token budget while providing clear workflow guidance.
Suggestions
Show concrete command construction, e.g., `cd "$(git rev-parse --show-toplevel)/.worktrees/${NAME}"` instead of placeholder `cd WORKTREE`
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is lean and efficient, with no unnecessary explanations. Every line serves a purpose—Claude doesn't need to be told what a worktree is or how git works. | 3 / 3 |
Actionability | Provides clear steps and specific commands, but uses placeholder syntax (e.g., `cd WORKTREE`) rather than showing how to actually construct and execute the command. The verification steps are good but could be more concrete. | 2 / 3 |
Workflow Clarity | Clear three-step sequence with explicit validation checkpoints: verify worktree exists before switching, verify pwd after switching, and stop with errors if validation fails. Good feedback loop for error recovery. | 3 / 3 |
Progressive Disclosure | For a simple, single-purpose skill under 50 lines, the content is well-organized with clear sections. No external references needed; the skill is self-contained and appropriately scoped. | 3 / 3 |
Total | 11 / 12 Passed |