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

  1. Detect the active languages, frameworks, and major libraries in scope.
  2. Establish the local idiomatic baseline from nearby code and project conventions.
  3. Search for code that bypasses the stack's normal abstractions or misuses its lifecycle.
  4. Separate real idiom violations from harmless preference differences.
  5. Prioritize findings as P1 through P4.
  6. 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:

Installs
5
Repository
sebkay/skills
GitHub Stars
1
First Seen
Mar 10, 2026
audit-idiomatic — sebkay/skills