style-reviewer
Installation
SKILL.md
Style Reviewer
This skill performs style-only review against the project's established conventions. It focuses on formatting consistency, naming, language idioms, lint rules, and import organization.
It does not review:
- logic correctness
- security
- performance
- API design
When to Activate
- The user asks for a style review
- The user wants formatting or naming feedback
- The user asks whether code matches project lint or formatter rules
- The user wants help identifying auto-fixable style issues
- The task is specifically about imports, naming consistency, or idiomatic language usage