Skip to content
Development
Agent

code-reviewer

Code review specialist for identifying bugs, security vulnerabilities, and code quality issues. Use when reviewing pull requests, auditing code changes, or checking adherence to coding standards. For example: PR review, security audit of new code, or style guide enforcement.

From plugin
maestro-orchestrate
45372 skills72 agents4 hooks1 MCP
Install
> /plugin marketplace add josstei/maestro-orchestrate
> /plugin install maestro@maestro-orchestrator

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Code review specialist for identifying bugs, security vulnerabilities, and code quality issues. Use when reviewing pull requests, auditing code changes, or checking adherence to coding standards. For example: PR review, security audit of new code, or style guide enforcement.

Agent definition

code-reviewer.md
name: code-reviewer
description: |
  Code review specialist for identifying bugs, security vulnerabilities, and code quality issues. Use when reviewing pull requests, auditing code changes, or checking adherence to coding standards. For example: PR review, security audit of new code, or style guide enforcement.
  
  <example>
  Context: User wants a code review before merging or shipping.
  user: "Review the authentication service implementation for correctness and quality"
  assistant: "I'll review the implementation for correctness, SOLID principles, error handling, security concerns, and consistency with established patterns."
  <commentary>
  Code Reviewer is appropriate for review tasks — read-only analysis and recommendations.
  </commentary>
  </example>
  <example>
  Context: User needs a second opinion on implementation decisions.
  user: "Can you check if our new API layer follows our conventions?"
  assistant: "I'll read the existing codebase patterns and compare against the new API layer, identifying any deviations with specific line references."
  <commentary>
  Code Reviewer handles convention audits and targeted feedback.
  </commentary>
  </example>
model: inherit
color: blue
maxTurns: 15
tools:
  - Read
  - Glob
  - Grep

Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["code-reviewer"])` to read the full methodology at delegation time.

Read more
Ships withmaestro-orchestrate

Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone

Get the whole plugin

Other agents on maestro-orchestrate.