What problem does it solve?
This Skill helps you audit code hygiene without flooding the AI with hundreds of low-value lint and formatting details. It runs the project's deterministic quality tools in check-only mode, then condenses the results into actionable findings that can be fixed automatically or routed for targeted follow-up.
Core Features & Use Cases
- Check-only hygiene review: Runs linters, formatters, and diagnostics without modifying files.
- Aggregate auto-fix findings: Collapses many fixable issues from tools like Prettier, ESLint, Ruff, gofmt, rustfmt, and similar tools into one finding per tool.
- Targeted manual findings: Separates non-auto-fixable violations, type errors, and diagnostic warnings into individual findings with suggested next actions.
- Use case: After a large code change or pull request, use this Skill to see whether formatting drift, lint errors, or language-server diagnostics need cleanup before deeper human review.
Quick Start
Ask the agent to run review-hygiene on the files changed in your branch and summarize any auto-fixable and manual hygiene findings.