coordinate-review
Automatically selects and runs the minimum set of research-grounded skill gates for features, bugfixes, refactors, or dependency updates. Returns gate-by-gate findings, blocking issues, and a merge recommendation.
Instructions
Coordinated multi-gate review. Auto-selects the minimum set of research-grounded skill gates for a given task type (feature/bugfix/refactor/dependency-update) and runs them in a single structured pass. Produces gate-by-gate findings, blocking issues, and a final merge recommendation. Uses the AI Coding Agent Mitigator coordinator pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The code, diff, or task description to review. | |
| task_type | Yes | The type of change being made. Determines which minimum skill gates are applied: feature (8 gates), bugfix (7 gates), refactor (7 gates), dependency-update (7 gates). | |
| provider | No | Provider to use (e.g., 'gemini', 'codex', 'claude'). Defaults to server config ('gemini'). | gemini |
| model | No | Optional model override. Defaults to server config (provider default). |