Your PR has review comments and you need to triage them, decide which to fix, and update the PR without thrashing.
| Skill | Role |
|---|
/load-pr-review | Load PR comments into session — analyze and triage (includes verdict triage) |
/seek-verdict | Re-run independent verification on disputed findings |
/codex-review-fast | Re-review after fixes |
/precommit | Final quality gate |
/pr-comment | Post reply comments to the PR |
/push-ci | Push fixes and monitor CI |
/load-pr-review <pr-url> — loads all review comments in plan mode (default); includes mandatory per-thread verdict triage via /seek-verdict
- Review the triage: each comment gets a verdict-backed action (fix / dismiss / discuss)
- If you want to override a verdict:
/seek-verdict <finding> — re-run independent verification
/load-pr-review <pr-url> --mode fix — switch to fix mode to start addressing comments
/codex-review-fast — re-review your fixes (auto-loop)
/precommit — run quality gates
/pr-comment — post responses to each review comment (preview before submitting)
/push-ci — push fixes and watch CI
| Situation | Choice |
|---|
| Reviewer's finding seems like false positive? | /seek-verdict for independent verification |
| Architectural concern raised? | Discuss with reviewer before changing; may need /codex-architect |
| Many nit-level comments? | Batch fix all nits in one pass |
| Comment needs code sample in reply? | /pr-comment supports inline code suggestions |
| Gate | Enforced by | Sentinel |
|---|
| Code review (re-review) | Hook + behavior | ✅ Ready / ⛔ Blocked |
| Precommit | Hook | ✅ PASS / ❌ FAIL |
| CI after push | GitHub Actions | Pass / Fail |
- All review comments addressed (fixed or responded to with reasoning)
- Code re-reviewed and precommit passed
- PR comments posted with friendly, constructive responses
- CI green after push