debate_code_review
Start a structured 4-round debate code review: an advocate defends the implementation, a critic challenges it, and a judge synthesizes findings into actionable conclusions.
Instructions
Start a debate-style code review for a specific file or change.
Creates a structured 4-round debate where:
Advocate defends the current implementation
Critic challenges the implementation and proposes improvements
Judge synthesizes findings into consensus conclusions and action items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge | No | Agent rendering the verdict (default: team-lead) | |
| critic | No | Agent challenging the implementation (default: code-reviewer) | code-reviewer |
| team_id | No | Team ID or name (optional, auto-uses active team if empty) | |
| advocate | No | Agent defending the implementation (default: backend-architect) | backend-architect |
| file_path | Yes | Path to the file being reviewed (relative or absolute) | |
| change_description | Yes | Brief description of what changed and why |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||