brainstorm_review
Review a code diff with multiple AI models to get structured findings, severity ratings, and a verdict. Use for PRs, audits, or pre-commit checks.
Instructions
Multi-model code review. Pass a diff and get structured findings with severity, file/line references, and a verdict (approve / approve with warnings / needs changes). Multiple models review independently, then findings are synthesized and deduplicated. Use this for PR reviews, code audits, or pre-commit checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | The unified diff to review (e.g., output of `git diff`) | |
| focus | No | Optional: focus areas for the review. Default: all categories. | |
| title | No | Optional: PR title or change summary for context | |
| models | No | Optional: specific models as 'provider:model'. Default: all configured providers. | |
| description | No | Optional: PR description or commit message | |
| instructions | No | Optional: repo-specific review instructions (e.g., 'we use strict null checks', 'focus on SQL injection risks') |