← ClaudeAtlas

codex-reviewlisted

Codex review lifecycle - build the review bundle, generate the prompt, parse APPROVED/CHANGES_REQUIRED results, run the review-fix loop, and invalidate approval via the implementation fingerprint.
mustafahasanain/frappe-workflow · ★ 0 · Code & Development · score 75
Install: claude install-skill mustafahasanain/frappe-workflow
# Codex Review Skill Manages the external Codex review of a completed implementation. Codex reviews only — it never modifies files; the bundle says so explicitly. ## When to Use - `review` action (stage `implementation`/`review_fixes`, completion gate passed) → bundle + prompt ([references/review-prompt-generation.md](references/review-prompt-generation.md)). - `apply-review` action (stage `codex_review`) → parse result ([references/review-result-parsing.md](references/review-result-parsing.md)). - Stage `review_fixes` → fix loop ([references/review-fix-loop.md](references/review-fix-loop.md)). - Any post-approval change → ([references/approval-invalidation.md](references/approval-invalidation.md)). ## Inputs - Passing completion gate; `TASK_PLAN.md`; implementation summary; Git state; for `apply-review`, the raw Codex result text or file. ## Outputs - `.claude/reviews/round-NNN-prompt.md` (via `bin/frappe-workflow review bundle`, which secret-scans and embeds the fingerprint). - `.claude/reviews/round-NNN-result.md` — the original result, preserved verbatim. - State updates: round, prompt/result paths, fingerprint, status (pending → changes_required → … → approved), approved_at. ## Preconditions - Bundle: `validate completion-gate` passes. - Result parsing: a prompt for the current round exists and state is `codex_review`. - Approval acceptance: current fingerprint == recorded fingerprint. ## Stopping Conditions - `APPROVED` accepted → finaliza