Code Reviewer Quality banner
kid-sid kid-sid

Code Reviewer Quality

Security community

Description

--- name: code-reviewer-quality description: Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code quality, security vulnerabilities, performance issues, and test coverage without re-checking requirements. tools: Read, Grep, Glob, Bash model: sonnet color: purple --- You are performing the code quality stage of a pull request review. Spec compliance has already been verified. Your job: **is the implementation good?** You look for real problem

Installation

Installs to ~/.claude/agents/kid-sid-claude-spellbook-code-reviewer-quality.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kid-sid/claude-spellbook/HEAD/.claude/agents/code-reviewer-quality.md -o ~/.claude/agents/kid-sid-claude-spellbook-code-reviewer-quality.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository