원클릭으로
codex-review
Performs an automated peer review of an implementation using the external Codex system.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Performs an automated peer review of an implementation using the external Codex system.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Consults Claude for pre-implementation advice and notes.
Performs an automated peer review of an implementation using Claude.
Consults the external Codex system for pre-implementation advice and notes.
Create Markdown implementation or retry instructions for Gemini work in this repository and place them in `communication/CodexToGemini/command_waiting/`. Use when Codex needs to hand off a concrete task, include repo-specific constraints, attach file links, and queue the work without doing the implementation locally.
Process queued Markdown instructions from `communication/CodexToGemini/command_waiting/`, move them through `command_processing/` and `command_processed/`, perform the requested repository work, and submit a structured Markdown report to `communication/GeminiToCodex/report_waiting/`. Use when Gemini is the implementation or investigation worker for this repository.
Review pending Gemini reports in `communication/GeminiToCodex/report_waiting/`, decide pass or fail from the evidence, move the report to the correct archive folder, and queue a retry instruction in `communication/CodexToGemini/command_waiting/` when the work is incomplete or incorrect. Use when Codex is auditing Gemini output for this repository.
| name | codex-review |
| description | Performs an automated peer review of an implementation using the external Codex system. |
This skill integrates Codex as an external review system into the development workflow. It should be used after every functional unit implementation to ensure code quality and architectural alignment.
Codexのレビューが完了し「マージOK」の判定が出ても、develop へのマージ・プッシュは絶対に自分で行ってはならない。 必ずユーザーに報告し、明示的な「マージしてください」の指示を受けてから Gemini がマージ・プッシュを実行すること。 この手順を守らない場合、develop ブランチが汚染され、手動での revert 作業が必要になる。
Codexがレビューするのは、フィーチャーブランチのHEAD(コミット済みの状態)のみ。
git status でクリーンな状態(変更なし)であることを確認してからレビュー依頼することcodex/vX-XX-xxx)上で作業すること。develop への直接コミットは禁止。git status がクリーンであることを確認すること。codex exec "以下のファイルを読み込んでレビューしてください。\n変更ファイル: <comma-separated file paths>\n\n$(cat <absolute_path_to_report>)"codex exec "以下のファイルを読み込んでレビューしてください。\n変更ファイル: <comma-separated file paths>\n\n$(cat <path>)": Sends the report and changed file list to Codex for review.