Code Review
Two-pass self-reflection scoring review pipeline.
Code Review
A two-pass self-reflection scoring pipeline:
- Generate: find potential issues using universal and technology-specific rules.
- Score: re-evaluate each finding with a confidence of 1 to 10.
- Filter: drop noise below the mode threshold.
- Report: severity-grouped output with fix suggestions.
Technology contexts are auto-detected for 14 stacks, including Laravel, Vue/Nuxt, Angular, Go, and Rust.
Commands and modes
/code-review:code-reviewruns a single-agent review with--mode(quick, thorough, security, pr) and--threshold./code-review:team-reviewspawns parallel reviewers for security, performance, and correctness.
| Mode | Threshold | Use case |
|---|---|---|
| Quick | >= 7 | Small changes, fast feedback |
| Thorough | >= 4 | Large changes, quality gate |
| Security | >= 3 security / >= 7 other | Security audits |
| PR | >= 5 | Pull request with verdict |