A systematic code reviewer that checks your code against quality, security, performance, and maintainability standards. It walks through a checklist covering things like hardcoded secrets, SQL injection risks, inefficient loops, and whether your functions are doing too much. The output is structured with severity levels (critical, major, minor) and specific line numbers, plus it actually tells you what's good about your code too. Use it when you want a second pair of eyes before committing or need to catch obvious security issues. The checklist approach is thorough without being overwhelming, and it pushes you to provide actionable feedback rather than vague complaints.
npx -y skills add huangjia2019/claude-code-engineering --skill code-reviewing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
hoodini/ai-agents-skills
addyosmani/agent-skills
giuseppe-trisciuoglio/developer-kit
agamm/claude-code-owasp