Directory · Claude Skills

Brooks Sweep

hyhmrright/brooks-lint

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic engineering books. Triggers when: user wants to "fix everything", "sweep the codebase", "auto-fix all issues", "clean up the whole project", or asks for a single command that both diagnoses and remediates quality problems. Do NOT trigger for: read-only audits or health reports where the user only wants findings without co...

★ 1,240 Synced 2 weeks ago View SKILL.md

At a glance

Plugin install Node.js Actively maintained
Install /plugin marketplace add hyhmrright/brooks-lint /plugin install brooks-sweep
Can use Not declared by the author

Setup, runtime and requirements describe hyhmrright/brooks-lint, the repo this skill ships in.

Also in hyhmrright/brooks-lint

View the repo

Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve...

Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — dra...

Combined codebase health dashboard that scores a project across all four quality dimensions — PR quality, architecture, tech debt, and test...

PR code review that surfaces decay risks, design smells, and maintainability issues with concrete Symptom → Source → Consequence → Remedy fi...

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Go...