audit-idiomatic
Installation
SKILL.md
Audit Idiomatic
Audit for stack fit before changing style. Find places where the code fights the language, runtime, or framework, then prefer the smallest idiomatic correction with clear payoff.
Follow this workflow
- Detect the active languages, frameworks, and major libraries in scope.
- Establish the local idiomatic baseline from nearby code and project conventions.
- Search for code that bypasses the stack's normal abstractions or misuses its lifecycle.
- Separate real idiom violations from harmless preference differences.
- Prioritize findings as
P1throughP4. - Auto-fix only local, behavior-preserving issues.
Detect the stack first
Do not audit against generic internet style. Infer the actual stack from repository evidence.
Check sources like: