boy-scout

Installation
SKILL.md

Boy Scout

Scan recently changed or specified files for incremental cleanup opportunities. Apply safe fixes directly, refactor pure logic only with test coverage, and report UI concerns without touching them.

Workflow

1. Determine Scope

Identify which files to scout:

  • After a feature/fix: All files modified in the current branch (git diff --name-only main...HEAD or equivalent)
  • Explicit request: Files or directories the user specifies
  • Current file: The file the user is working in

2. Run the Tiered Cleanup

Read references/cleanup-checklist.md for the full checklist. Work through the tiers in order:

Installs
12
First Seen
May 19, 2026
boy-scout — kingly-clark/skills