review-codex
Auto-detect what was built, write a Codex adversarial prompt, dispatch, then verify results
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Auto-detect what was built, write a Codex adversarial prompt, dispatch, then verify results
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review-codex |
| description | Auto-detect what was built, write a Codex adversarial prompt, dispatch, then verify results |
| argument-hint | [optional: feature-name or path-to-review.md] |
Full Codex review lifecycle.
Argument handling:
.md file: verify existing review, implement fixesgit diff --name-only HEAD~3..HEAD for recently changed .cs filesdocs/reviews/ for recent codex-adversarial-*.md
Main/Features/{feature}/ — all .cs filesLOTRAOM.Tests/Features/{feature}/ — testsMain/Adapters/ — related adaptersModuleData/ — config files.Name.ToString() instead of ICultureMapperInclude: feature description, LOTRAOM architecture cheatsheet, Known Suspects, file lists.
/codex:rescue [full prompt]
| # | Codex Severity | Your Severity | Agree? | Reason |
./build.ps1 -RunTests -MinCoverage 80Audit context window consumption across LOTRAOM agents, skills, rules, MCP servers, and CLAUDE.md. Report token estimates, flag bloat, recommend trims.
Hard-block Edit/Write outside a chosen directory. Use to scope-lock edits during a focused fix or refactor. Pair with /unfreeze to release.
Six-phase root-cause debugging for crashes, build failures, or "why is this broken" reports. Iron Law - no fixes without root cause. Auto-engages /freeze.
Release the directory edit lock set by /freeze. Edit and Write are unrestricted again. No-op if /freeze was never set.
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits