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: system-name or path-to-review.md] |
Full Codex review lifecycle. Detects what needs reviewing from context.
Argument handling:
.md file: verify existing Codex review, implement fixescodex-adversarial-*.md exists in docs/reviews/ from the last hour, ask to verify itgit diff --name-only HEAD and git diff --name-only HEAD~3..HEAD for recently changed .lua filesdocs/reviews/ for recent codex-adversarial-*.md
src_new/scripts/ files for the target systemsrc_new/triggers/ files for matching triggerssrc_new/tests/ test files.claude/classes/<class>.md if class offenseRun quick analysis for likely issues:
local declarations (accidental globals)paresis vs paralysis, sensitivity vs sensitivity)List 3-6 Known Suspects with specific hypotheses.
Include:
docs/reviews/codex-adversarial-{system}-{date}.md/codex:rescue [full prompt]
Use Monitor tool to stream progress.
.claude/classes/lock_types.md| # | Codex Severity | Your Severity | Agree? | Reason |
|---|
Categorize:
lua5.1 src_new/tests/test_runner.lua./build.shIncrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections