Skip to content

code-review

Cross-Modelworkflow

Inspect → grade → recommend → close the loop. Every review produces actionable findings.

Use when reviewing existing code for quality, security vulnerabilities, correctness, maintainability, API surface hygiene, or compliance adherence.

Triggers: “review this code”, “code review”, “check for security issues”, “quality review”, “audit this”, “grade this output”, “inspect this PR”

3× free parallel scan → strong synthesis:

  • qual-review (Zero-Cost) — style and correctness
  • qual-code-analysis (Zero-Cost) — static metrics
  • qual-performance (Efficient) — performance audit
  • qual-security (strong, independent) — OWASP Top 10, injection, auth
  • qual-refactoring-priority (Efficient) — debt ranking
  • policy-govern — escalate governance issues
  • code-refactor — proceed with refactoring recommendations
  • test-verify — add tests for coverage gaps
{
"request": "Review the new payment processor integration for security and correctness"
}

Output: Finding table ordered by severity (criticallow), each with file path + line, description, and suggested fix. Security findings are always separated into their own section.