Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is concise and well-organized for a simple single-task skill, but it lacks executable commands and a verification step for what is a destructive editing operation, capping actionability and workflow clarity at the mid-level.
Suggestions
Add an executable command for the first step, e.g. `git diff main...HEAD` (or a merge-base equivalent), so Claude knows exactly how to obtain the diff.
Insert a verification checkpoint before reporting, such as "Run the test suite / type-check and confirm it still passes before summarizing," to cover the destructive nature of removing code.
Optionally specify how to scope removal (whole branch vs. per-file) and how to preserve intent, making the actionable guidance more concrete.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and efficient with no padding or explanation of concepts Claude already knows; the overview, bullet list, and report instruction all earn their place. | 3 / 3 |
Actionability | It gives a concrete first step ("Check the diff against main") and specific slop categories to target, but offers no executable commands (e.g. a git diff invocation) and stays descriptive for the bulk of the guidance. | 2 / 3 |
Workflow Clarity | A check-diff → remove → report sequence is implied, but because the operation is destructive (deleting code) there is no validation or verification checkpoint (e.g. re-run tests/build), which caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | The skill is well under 50 lines with no need for external references, and content is cleanly organized into an overview, a bulleted criteria list, and a reporting instruction, satisfying the simple-skill guidance for a full score. | 3 / 3 |
Total | 10 / 12 Passed |