<PR number or URL> Required PR reference
GitHub pull request to review. Use a bare number, #number, or full PR URL; repeat or comma-separate refs to process multiple PRs sequentially.
/ak:review-pr 482 Quick Ref / Command
Engineer Kit
/ak:review-pr
Review one or more GitHub PRs for correctness, security, breaking changes, code quality, project rules, tests, and AI-slop, with optional fix, reply, merge, advice, ultra, and REST fallback paths.
Parse PR refs
Probe GitHub API
Resolve context
Review thoroughly
Rule 01
Each PR completes end-to-end before the next PR starts
Rule 02
Review severity is evidence-based: Critical, Important, Suggestion
Rule 03
AI-slop is about maintainability damage, not accusing the author
Rule 04
Fix, reply, and merge flags compose but never bypass gates
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:review-pr <PR number or URL> [<PR number or URL> ...] [--fix] [--reply] [--merge] [--advice] [--ultra]<PR number or URL> Required PR reference
GitHub pull request to review. Use a bare number, #number, or full PR URL; repeat or comma-separate refs to process multiple PRs sequentially.
/ak:review-pr 482 --fix Fix findings
Authorizes the fix loop: repair actionable findings, verify, commit, push, then re-review. It must not include unrelated changes or bypass failed verification.
/ak:review-pr 482 --fix --reply Post review
Posts the final review result to GitHub as an approve, request-changes, or comment review. It does not deduplicate earlier replies.
/ak:review-pr 482 --reply --merge Merge ready PR
Runs the merge stage after review, fix, and reply stages only when readiness gates pass, then watches target-branch CI. It never forces red checks, conflicts, or branch protection.
/ak:review-pr 482 --fix --reply --merge --advice Advisory supervision
Adds kongming checkpoints for verdict, fix scope, review body, merge risk, and CI-green follow-up. Advice cannot override the review or merge gates.
/ak:review-pr 482 --advice --ultra Best-of-five review
Runs only the initial review through five read-only candidates and an evidence-checking verifier; later fix-loop re-reviews remain single-pass.
/ak:review-pr 482 --ultra default Review-only
--fix Fix loop
--reply Post review
--merge Merge ready PR
--advice Advisory supervision
--ultra Best-of-5 initial review
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:review-pr 123 /ak:review-pr123--fix--reply
/ak:review-pr123 456--reply--merge
/ak:review-pr789--ultra--advice
PR review output
Pattern
Chat review plus optional GitHub review/comment; final per-PR table for multi-PR runs Includes summary, risk level, severity-grouped findings, verdict, environment fallback, merge or CI state, and unresolved questions.