Skip to main content
Code Guide
Agent Recommended

code-reviewer.md

Thorough code review with best practices

When to use this

  • When you want every PR reviewed automatically against best practices before merge
  • When code review is a bottleneck and you need async coverage
  • When onboarding junior devs and want consistent feedback standards

How to use

  1. Open the template on GitHub and copy its content: agents/code-reviewer.md
  2. Place the file inside .claude/agents/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates