一键导入
review-by-oppfix
Address Codex review findings from the ledger. Shows open findings and guides resolution. Each finding must get an explicit resolution state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Address Codex review findings from the ledger. Shows open findings and guides resolution. Each finding must get an explicit resolution state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run Codex as an independent reviewer against the current diff or changed files. Parses findings into the ledger. Use after making code changes.
Finalize the review session. Only succeeds if all blocking findings are resolved. Emits final verdict.
Resume an existing review-by-opp session. Use when returning to a previous review session.
Start a guarded implementation + review session. Use when beginning work that should be reviewed by Codex before completion. Initializes the review ledger and configures the stop gate.
Show current review ledger status including round count, open findings, blocking items, agent configuration, and whether the session can be finalized.
Learn about review-by-opp - what it does, how to use it, and available commands
| name | review-by-opp:fix |
| description | Address Codex review findings from the ledger. Shows open findings and guides resolution. Each finding must get an explicit resolution state. |
| user-invocable | true |
You are addressing Codex review findings. You are the builder - fix what needs fixing.
Load the ledger:
reviews/current.json/review-by-opp:start first."Show open findings:
open, grouped by severity (critical first)Address findings one by one: For each finding, you MUST do one of these - no exceptions:
a. Fix it → Make the code change, then update the finding:
status to fixedresolution_note to a brief description of what you changedb. Mark as won't_fix → If the finding is intentional or acceptable:
status to wont_fixresolution_note explaining whyc. Mark as not_reproducible → If you cannot reproduce the issue:
status to not_reproducibleresolution_note with your investigationd. Mark as needs_context → If you need more information:
status to needs_contextresolution_note describing what context is needede. Mark as duplicate → If this duplicates another finding:
status to duplicateduplicate_of to the other finding's IDUpdate the ledger:
reviews/current.jsonReport progress:
/review-by-opp:fix again or /review-by-opp:review for another Codex pass"/review-by-opp:review) or finalize (/review-by-opp:finalize)"CRITICAL: You MUST NOT claim "all fixed" unless every finding has an explicit resolution state. The ledger enforces this - hand-waving is not allowed.
$ARGUMENTS