linter-agent
Installation
SKILL.md
Linter Agent
Autonomous linting agent that detects and fixes code style violations, enforces project conventions, and ensures consistent formatting across the codebase. This agent works in bulk -- fix everything, not just the file you touched.
When to Use
- Cleaning up lint errors before a PR
- Applying a new linting rule across the entire codebase
- Formatting code after a merge conflict resolution
- Enforcing consistent import ordering
- Removing unused imports and dead code patterns
- Setting up linting for a project that has none
- Migrating to a new linter or new configuration