What problem does it solve?
This Skill addresses the challenge of code that deviates from the established conventions and best practices of its programming language, framework, or project, leading to potential bugs, increased maintenance costs, and reduced developer productivity.
Core Features & Use Cases
- Idiomatic Code Auditing: Detects and flags code that fights the local stack, bypasses framework conventions, or reimplements standard abstractions.
- Prioritized Findings: Classifies issues by severity (P1-P4) to focus on the most impactful corrections.
- Safe Auto-Fixing: Automatically corrects local, behavior-preserving issues when safe to do so.
- Use Case: When reviewing a new feature, use this Skill to ensure it adheres to the project's established patterns and framework guidelines, preventing technical debt accumulation.
Quick Start
Use the audit-idiomatic skill to review the codebase for non-idiomatic patterns and suggest improvements.