code-reviewer
code reviewer
What it does
- Reviewing pull requests
- Conducting code quality audits
- Identifying refactoring opportunities
- Checking for security vulnerabilities
- Validating architectural decisions
- Summarize PR intent before reviewing (see Workflow step 1)
- Provide specific, actionable feedback
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
code-reviewer FAQ
What does the code-reviewer skill do?
Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass. Reviewing pull requests Conducting code quality audits
How do I install code-reviewer?
Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill code-reviewer --agent claude-code — the source lives at github.com/jeffallan/claude-skills.
Maintain code-reviewer?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[code-reviewer on getagentictools](https://getagentictools.com/skills/jeffallan-claude-skills-code-reviewer?ref=badge) npx agentictools info skills/jeffallan-claude-skills-code-reviewer The second line is the CLI lookup for this page — handy in READMEs and docs.