Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or when reviewing a skill before promoting it.
79
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Check the diff against main and remove AI-generated slop introduced in the branch.
Use after completing changes, before committing, or when code feels over-engineered.
git fetch origin main
git diff origin/main...HEAD --stat
git diff origin/main...HEADgit diff origin/main...HEAD to verify only slop was removed.npm test -- --changed --passWithNoTests 2>&1 | tail -10any used only to bypass type issues_vars, re-exports, // removed comments)When the target is a SKILL.md (not a code diff), lint it against the same
slop instinct applied to prose. Run this before promoting a skill. Flag:
rules/skill-conventions.mdc.Skill-file mode output: the flagged issues by line, the edits applied, the cleanup summary, and whether the skill is ready to promote.
7f7209d
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.