Content
85%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 and well-sequenced with validation feedback loops and a clean one-level reference, but carries some unnecessary padding in the Overview and light duplication between the summary and detailed steps. Trimming those would bring conciseness to the top level.
Suggestions
Remove the promotional 'Key features per [mutmut-docs]' bullets (ease of use, interactive TUI, parallel execution) from the Overview; they describe marketing rather than guidance Claude needs.
Collapse the seven-item 'How to use' list and the 'Step 1-7' sections into one to eliminate near-duplication, or keep the summary and defer the per-step detail to a reference.
Trim redundant 'Per [mutmut-docs][md]' framing lines that repeat the citation without adding instructional value.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with executable code throughout, but the Overview's promotional doc-quote bullets ('strong focus on ease of use', 'Interactive terminal based UI', 'Parallel and fast execution') and the near-duplication between the 'How to use' summary and Steps 1-7 add tokens Claude doesn't need. | 2 / 3 |
Actionability | Provides fully executable commands and copy-paste-ready blocks - install/run, ini and toml config, browse/results/show, pragma examples, mutmut apply + git checkout revert, and a complete CI YAML with an artifact upload step. | 3 / 3 |
Workflow Clarity | A clearly sequenced multi-step process (How to use + Steps 1-7 + worked example) with explicit validation checkpoints - suite green before mutating, new test should fail on the applied mutant - and a feedback loop (apply -> run test -> revert) for the disk-writing operation. | 3 / 3 |
Progressive Disclosure | SKILL.md holds the core workflow with a single clearly signaled, one-level-deep reference to references/mutmut-pitfalls.md (a real 1313-byte file) for anti-patterns and limitations, matching the well-signaled one-level-deep anchor. | 3 / 3 |
Total | 11 / 12 Passed |