Remove AI-generated code slop from a branch or diff. Use after writing or generating code to strip unnecessary comments, defensive checks, `any` casts, and style that does not match the surrounding file. For prose and markdown, use the humanizer skill instead.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Remove AI-generated code slop introduced in a branch so the diff reads like a human wrote it and matches the surrounding file and this repo's conventions.
humanizer skill over those instead.try/catch blocks abnormal for the area, especially on trusted or
already-validated code paths. The security rule puts validation at trust boundaries, not in
internal code.any used only to bypass a type error. Fix the type instead.code-style rule.pnpm format && pnpm lint:fix and let the tests pass.| Skill | Use for |
|---|---|
| humanizer | Removing AI tells from prose and user-facing markdown |
8349acf
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.