Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill that is lean, actionable, and well-structured. The critical CWD warning with its recovery procedure is particularly valuable — it addresses a real, non-obvious failure mode that could brick a session. The Red Flags section effectively reinforces safety constraints, and the quick reference table provides efficient lookup.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section earns its place. No unnecessary explanations of what git worktrees are or how git works. The content focuses entirely on operational details Claude wouldn't inherently know, like the critical CWD issue and the specific command chaining pattern. | 3 / 3 |
Actionability | All commands are fully executable and copy-paste ready with clear placeholders. The skill provides specific bash commands for every step, includes fallback commands, and covers edge cases like locked worktrees, stale metadata, and dead CWD recovery. | 3 / 3 |
Workflow Clarity | The workflow is clearly sequenced (Steps 1-5) with explicit validation checkpoints: checking for uncommitted changes before removal, checking for open PRs before branch deletion, and handling pull failures gracefully. The recovery section for dead CWD is an excellent feedback loop for a common failure mode. | 3 / 3 |
Progressive Disclosure | For a standalone skill with no bundle files, the content is well-organized with clear sections, a quick reference table, and an integration section pointing to related skills. The length is appropriate for the complexity of the task without needing external files. | 3 / 3 |
Total | 12 / 12 Passed |