audit-code-complexity
Installation
SKILL.md
Audit code complexity
Find what is materially harder to understand, change, or verify than the problem requires.
Scope
Choose from the user's wording:
- Current-state. Audit the target as it exists, regardless of when complexity was introduced.
- Change-scoped. Report only complexity introduced or materially worsened by the named changes. Inspect surrounding code only for context.
Do not infer change scope merely because a repository has changes. If both modes are requested, report them separately. Ask only when genuine ambiguity would materially change the audit.
Method
Inspect the target, repository instructions, callers, tests, configuration, and only the requirements or docs needed to understand behavior and constraints.
Look for: