Code Review
Separate Spec and Standards verdicts against the agreed plan.
code-review reviews a change against the agreed request, plan, spec, or optional GitHub issue, plus repository standards. It does not replace verify.
Invoke
Terminal
$code-review issue 123 since origin/main
What it does
- Two verdicts: Spec (did we build the right thing) and Standards (is the code acceptable).
- Stops before runtime proof. That is
verify. - Used as the review stage inside
oneshotand as a standalone pass.
Install
Included in Premium. Install or refresh with:
Terminal
npx aiblueprint-cli@latest agents pro setup
See Premium setup.
See also
Full walkthrough: Review.