A guard pass for production code that catches the stuff linters miss. Run it after an agent writes or refactors code, before you commit or merge. It checks Clean Code, SOLID, DRY, KISS, YAGNI, plus 14 AI-specific failure modes like package hallucination, swallowed exceptions, and the notorious "declare success despite failing tests" pattern. The references cite GitClear's finding that AI-assisted code grew from 142 to 267 lines per function and duplicated code 8x between 2021 and 2024. Works in any language, no setup required. Think of it as the judgment layer on top of your project's mechanical checks. Best for PR reviews, refactors, and bug fixes where you need a second look before shipping.
npx -y skills add amelnagdy/guard-skills --skill clean-code-guard --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot