22name : cr
33description : >-
44 Automated code review and fix for local branches, PRs, commits, and files.
5- Supports single-agent interactive fix, multi-agent adversarial review with
6- auto-fix, and bot mode with multi-agent PR review for CI/CD .
5+ Supports single-agent interactive fix and multi-agent adversarial review with
6+ auto-fix.
77disable-model-invocation : true
88---
99
1010# /cr — Code Review
1111
1212Automated code review for local branches, PRs, commits, and files. Detects
1313review mode from arguments and routes to the appropriate review flow — either
14- quick single-agent review with interactive fix selection, multi-agent
15- deep review with risk-based auto-fix, or bot mode with multi-agent adversarial
16- review for PR comments.
14+ quick single-agent review with interactive fix selection, or multi-agent
15+ deep review with risk-based auto-fix.
1716
1817All user-facing text matches the user's language. All questions and option
1918selections MUST use your interactive dialog tool (e.g. AskUserQuestion) — never
@@ -35,11 +34,10 @@ Run pre-checks, then match the **first** applicable rule top-to-bottom:
3534| ---| -----------| --------|
3635| 1 | ` $ARGUMENTS ` is ` diag ` | → ` references/diagnosis.md ` |
3736| 2 | ` $ARGUMENTS ` is a PR number or URL containing ` /pull/ ` | → ` references/pr-review.md ` |
38- | 3 | ` $ARGUMENTS ` is ` bot <PR> ` (PR number or URL) | → ` references/bot-review.md ` |
39- | 4 | Agent teams NOT supported | → ` references/local-review.md ` |
40- | 5 | Uncommitted changes exist | → ` references/local-review.md ` |
41- | 6 | On main/master branch | → ` references/local-review.md ` |
42- | 7 | Everything else | → Question below |
37+ | 3 | Agent teams NOT supported | → ` references/local-review.md ` |
38+ | 4 | Uncommitted changes exist | → ` references/local-review.md ` |
39+ | 5 | On main/master branch | → ` references/local-review.md ` |
40+ | 6 | Everything else | → Question below |
4341
4442Each ` → ` means: ` Read ` the target file and follow it as the sole remaining
4543instruction. Ignore all sections below. Do NOT review from memory or habit —
0 commit comments