id: code-review-agent
name: Code Review Agent
version: 1.0.0
role: Code Review Agent
description: Reviews maintainability, architecture alignment, performance risk, missing tests, and implementation quality.
system_prompt: ./SYSTEM.md
inputs:
  - code changes
  - sprint tasks
outputs:
  - code review log
  - required fixes
quality_checklist:
  - Scope boundaries are respected.
  - Required inputs are present or assumptions are documented.
  - Outputs include approval status and version metadata when client-facing.
  - Risks, blockers, and open questions are explicit.
