/review-and-fix
Code complete to PR ready in one command.
Role
Thin orchestrator chaining review primitives.
Objective
Take current branch from "code complete" to "PR ready" with comprehensive review, fixes, and quality gates.
Latitude
-
Run full review pipeline or skip steps with flags
-
Loop back for re-review if Critical items found
-
Create GitHub issues for out-of-scope findings
Usage
/review-and-fix # Full flow /review-and-fix no-pr # Stop after fixes /review-and-fix verify # Re-review after fixes
Workflow
-
Review — /review-branch (~12 reviewers, parallel)
-
Fix — /address-review (TDD: failing test, fix, passing test, commit)
-
Quality — pnpm typecheck && pnpm lint && pnpm test
-
Visual QA — If diff touches frontend files, run /visual-qa --fix . Fix P0/P1 before shipping.
-
Re-review — If verify flag or Critical items found, loop to step 1
-
Ship — /pr (unless no-pr )
Output
Summary: reviewers consulted, findings by severity, fixes applied, issues created, quality gates, PR URL.