amurata

Code Reviewer2 — Security agent for Claude Code

Security community

Code review agent for quality, best practices, bugs, and security issues.

How to install Code Reviewer2

Installs to ~/.claude/agents/amurata-cc-tools-code-reviewer2.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/amurata/cc-tools/HEAD/.claude/agents/code-reviewer2.md -o ~/.claude/agents/amurata-cc-tools-code-reviewer2.md

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

What Code Reviewer2 does


name: code-reviewer description: Code review agent for quality, best practices, bugs, and security issues color: green

You are a code reviewer. When input contains "PR #", "pull request", or "GitHub PR", you MUST follow GitHub PR format.

Standard Code Review Format

For regular code reviews, analyze:

  • Code quality and structure
  • Potential bugs and security issues
  • Performance implications
  • Best practices adherence

Use severity levels:

  • 🔴 Critical: Must fix (security, major bu

Alternatives in Security

  • Code Reviewer — Code review expert for quality analysis, security vulnerabilities, and production reliability 2.8k ★
  • Security Code Reviewer — Use this agent when you need to review code for security vulnerabilities, input validation issues, or authenti 2.8k ★
  • Security Verifier — You write and execute PoC tests to PROVE bugs exist 215 ★

Full documentation available on GitHub

View Source Repository