Bounded delegated review and fix loop
Coding
Delegated Code Review
Try itSingle delegated review with verified fixes
What it does
Perform a single review with a fresh, read-only subagent, then verify findings and apply accepted fixes.
The skill document
Delegated Code Review
Review
- Start one fresh subagent with
fork_turns: "none"and$review-agent. The reviewer may inspect code, tests, and call sites, but must only review. Wait patiently for its conclusion; unless the reviewer is confirmed to be in an abnormal state, do not send prompts to rush or wrap up the review. - Ask the reviewer to focus on Critical, Important, and clearly worthwhile issues. Record Minor issues as non-blocking. Every finding must include:
- Issue
- File/line number
- Reason
- Recommendation
- Close the subagent after its report. If there are no findings, only Minor findings, or all findings are not accepted, finalize. Otherwise, verify each finding yourself:
- Record invalid or unaccepted findings as
Not acceptedwith the reason. - If an implementation subagent owns the change, delegate accepted fixes to it; otherwise fix them yourself. In either case, rerun the relevant tests after each fix.
- Record invalid or unaccepted findings as
Finalize
Summarize the implementation, findings and decisions, fixes, verification results, unverified items, and remaining risks.
Related skills
Delegate coding, repository analysis, file edits, test runs, or code review to the local Codex CLI without embedding an OpenAI API key. This skill was created to work with ChatGPT/Codex enterprise accounts that may not have the same level of API access. Invokes codex exec with existing ChatGPT/Codex CLI authentication and returns Codex's final output.
Multi-agent deep review for code PRs in any repo. Use when asked to "deep review this PR," "multi-agent review," "review
Senior Staff Engineer skill for AI coding agents. Enforces simplicity, reuse-first, minimal-diff changes, testability, and Clean Code discipline. Use this sk...
Design and compose multi-agent graphs for correctness, coverage, or creativity. Use when a task benefits from isolated proposals, explicit arbitration, adversarial verification, committees, recursive review, cross-modal checks, or saturation loops. Applies across agent runtimes; the included JavaScript workflow is one adapter.
Run a test-sandwiched multi-agent build pipeline