Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with well-sequenced, validation-checked workflows specific to Clawpatch. Its weaknesses are length (with some redundancy) and a monolithic structure that does not progressively disclose reference material into separate files.
Suggestions
Collapse the two forced re-review shell loops in "Force Re-Review All Features" into a single recoverable JSONL version to remove redundancy.
Move the long Command Reference and Mapping Notes into a separate reference file (e.g. references/command-reference.md) with a one-line pointer from SKILL.md to improve progressive disclosure and reduce inline bulk.
Trim prose around provider controls and mapping notes to the rules Claude must follow, keeping only the executable commands and the hard constraints.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly tool-specific information Claude needs, but the body is long and includes redundancy such as two near-duplicate forced re-review shell loops, so it could be tightened. | 2 / 3 |
Actionability | Dense with concrete, executable commands (e.g. `clawpatch review --json`, `clawpatch fix --finding <findingId> --json`, jq-based JSONL loops) that are copy-paste ready. | 3 / 3 |
Workflow Clarity | Multi-step processes are sequenced with explicit checkpoints: recoverable JSONL recording for the batch re-review, "Always inspect run.errors" after review, and a verification closeout that runs typecheck/lint/test before declaring done. | 3 / 3 |
Progressive Disclosure | Sections are well-organized and external docs are clearly signaled, but the skill is a single ~400-line monolithic file with no bundle files; the long command reference and mapping notes are inline material that could be split out. | 2 / 3 |
Total | 10 / 12 Passed |