Boy Scout

Incremental codebase cleanup following the Boy Scout Rule: 'Leave the code cleaner than you found it.' Run after implementing a feature, fixing a bug, or at any point to scan touched files for cleanup opportunities. Aggressively removes dead/unused code, refactors pure logic (only after writing tests), and cautiously reports UI cleanup opportunities without auto-refactoring them. Use when the user says 'boy scout', 'clean up', 'scout the code', 'any cleanup?', 'tidy up', or asks to check for tech debt, dead code, or incremental improvements.

kingly-clark Updated

File contents

kingly-clark/skills/tree/main/skills/boy-scout commit 13a34e2c9f

Frequently asked questions

npx skillmds@latest add kingly-clark/boy-scout