Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use after completing changes and before committing.
89
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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...HEADany used only to bypass type issues_vars, re-exports, // removed comments)aad0763
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.