Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.
99
100%
Does it follow best practices?
Impact
98%
1.02xAverage score across 3 eval scenarios
Passed
No known issues
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly communicates its purpose, lists specific concrete actions, includes natural trigger terms, and has an explicit 'Use when' clause. It occupies a distinct niche around cleaning up AI-generated code artifacts from branch diffs, making it easily distinguishable from general code quality or refactoring skills.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: remove AI-generated code slop, remove unnecessary comments, remove over-engineering, clean up boilerplate, simplify abstractions, strip defensive code. These are all concrete, actionable capabilities. | 3 / 3 |
Completeness | Clearly answers both what ('Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code') and when ('Use when cleaning up code, simplifying, removing boilerplate, or before committing') with an explicit 'Use when' clause. | 3 / 3 |
Trigger Term Quality | Includes strong natural trigger terms users would say: 'code slop', 'unnecessary comments', 'over-engineering', 'boilerplate', 'simplify', 'cleaning up code', 'before committing'. These cover a good range of how users would naturally describe this need. | 3 / 3 |
Distinctiveness Conflict Risk | Has a clear niche focused specifically on removing AI-generated slop and over-engineering from branch diffs. The combination of 'code slop', 'AI-generated', and 'branch diff' creates a distinct identity unlikely to conflict with general code review or refactoring skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent, well-crafted skill that is lean, actionable, and clearly structured. It provides specific commands, a validated workflow with feedback loops, and concrete patterns to identify—all without wasting tokens on explanations Claude doesn't need. The guardrails section adds genuine safety constraints that prevent over-application of the skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section earns its place. No unnecessary explanations of what slop is or how git works. The focus areas and guardrails are terse bullet points that add genuine value beyond Claude's baseline knowledge. | 3 / 3 |
Actionability | Provides exact bash commands to run, specific slop patterns to look for, concrete guardrails for decision-making, and a defined output format. The focus areas list is highly specific and actionable rather than vague. | 3 / 3 |
Workflow Clarity | Clear 6-step sequence with explicit validation checkpoints: re-running the diff to verify only slop was removed (step 4) and running tests to confirm behavior unchanged (step 5). This is a proper feedback loop for a potentially destructive operation. | 3 / 3 |
Progressive Disclosure | For a skill under 50 lines with a single focused task, the content is well-organized into logical sections (Commands, Workflow, Focus Areas, Guardrails, Output) without needing external references. Easy to scan and navigate. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
1de1554
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.