Use when auditing code quality in any codebase — discover and run the repo's real gates (typecheck, lint, dead-code, complexity), judge type discipline and duplication. Assess by default, apply changes on request; the compiler is the first reviewer.
$npx -y skills add automagik-dev/genie --skill code-qualityInstalls into the current project.
Run `npx skills use "https://github.com/automagik-dev/genie" --skill "automagik-dev/genie/code-quality"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/automagik-dev/genie" that are relevant to the current task. Run `npx skills add "https://github.com/automagik-dev/genie"` and select the relevant skills, then follow their instructions.