Content
96%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.
The body is a dense, fully-executable operational playbook with explicit verification checkpoints and feedback loops for destructive operations. Its only weakness is structural: all content is inlined in one file with no external references, which slightly limits navigation for a ~170-line skill.
Suggestions
Consider extracting the 'Hard-won gotchas (don't relearn these)' section into a references/ file (e.g. GOTCHAS.md) and linking to it, keeping the SKILL.md body as a navigable overview of the core workflows.
The 'Splitting one file across two stacked lanes' case is referenced from two places — consolidating it into one labeled subsection and linking from the spreading workflow would reduce duplicated context.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and operational throughout, assuming Claude's competence — it never explains what GitButler or git is, and each line carries a hard-won gotcha or concrete command with no padding. | 5 / 5 |
Actionability | Fully executable commands are given for every scenario (e.g. `but rub <cliId> <target>`, `git checkout 'stash@{0}^3' -- <paths>`, `but oplog snapshot -m "pristine"`, `git cat-file -p <oplog-sha>:worktree/<path>`), copy-paste ready and covering the common cases. | 5 / 5 |
Workflow Clarity | The 'Spreading a pile of edits' section is a numbered 1–5 sequence with explicit validation checkpoints ('Verify with git status that ONLY that lane's files are present', confirm `git rev-parse == git ls-remote`), oplog snapshots before risky ops, and clear error-recovery feedback loops for destructive/batch operations. | 5 / 5 |
Progressive Disclosure | Content is well organized into clear section headers and is appropriately self-contained, but with no bundle files present everything is inlined — the long 'Hard-won gotchas' list could arguably live in a separate reference file for easier navigation. | 4 / 5 |
Total | 19 / 20 Passed |