This is a structured code reviewer that checks diffs and files against a specific checklist: OWASP Top 10 vulnerabilities, error handling, complexity, naming conventions, and performance issues. It outputs findings in three severity tiers (critical, warning, suggestion) with line references and concrete fixes, which is helpful when you want consistent review criteria across PRs. The format is opinionated but clear, and it'll catch the obvious stuff like SQL injection or missing input validation. Good for teams that want a baseline check before human review, though it's only as thorough as Claude's analysis in the moment. Works on pull requests, merge requests, or any code diff you throw at it.
npx -y skills add open-gitagent/opengap --skill code-review --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