Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A solid, practical skill that provides actionable git worktree commands and covers both Claude Code and general editor workflows. Its main weakness is that the workflow section lacks integrated validation checkpoints (the safety check for uncommitted changes is buried in Guardrails rather than being part of the numbered workflow). Minor conciseness improvements could be made by trimming the 'When to Parallelize' table which largely restates the trigger section.
Suggestions
Integrate the 'verify changes are committed' guardrail directly into the Workflow section as an explicit step before worktree removal (e.g., step 4: 'Check for uncommitted changes: `git -C ../project-feat status`, then remove: `git worktree remove ../project-feat`').
Consider merging the 'When to Parallelize' table into the Trigger section to reduce redundancy and save tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient but has some unnecessary content. The 'When to Parallelize' table and 'Usage Pattern' section are somewhat redundant with the trigger section. The 'Claude Code Extras' section adds useful tool-specific info but the bullet about Ctrl+F/Ctrl+B feels tangential to the core worktree skill. | 2 / 3 |
Actionability | Provides fully executable git commands throughout, including creation, listing, and cleanup. The quick start gives copy-paste ready commands for both Claude Code and Cursor workflows, and the Commands section is a complete reference of real git worktree commands. | 3 / 3 |
Workflow Clarity | The workflow steps are listed but the validation checkpoint in Guardrails ('verify changes are committed') is separated from the workflow sequence rather than integrated as an explicit step before removal. For a workflow involving potential data loss (removing worktrees with uncommitted changes), the feedback loop should be inline in the workflow. | 2 / 3 |
Progressive Disclosure | For a skill of this size and scope (single-purpose, under 100 lines, no bundle files), the content is well-organized into clearly labeled sections with a logical progression from quick start to details to guardrails. No external references are needed and none are artificially created. | 3 / 3 |
Total | 10 / 12 Passed |