skills/codex-exec-review/SKILL.md
Use before presenting implementation plans and after non-trivial commits that require review. Runs codex exec in read-only review mode, handles resume, MCP transport errors, and review timeout semantics.
npx skillsauth add lilpacy/dotfiles codex-exec-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
codex exec to review the plan.codex exec to review the committed change.--sandbox read-only.-c model_reasoning_effort=medium only for review runs.-c service_tier=fast and -c features.fast_mode=true when appropriate.--skip-git-repo-check only when the review must run outside a Git repository.codex exec or external review command.codex exec \
--sandbox read-only \
--model gpt-5.4 \
-c model_reasoning_effort=medium \
-c service_tier=fast \
-c features.fast_mode=true \
"このプランをレビューして。read-only sandboxなのでテスト・build・format・install・生成コマンドは実行せず、差分・設定・既存ログの読取だけで判断して。不足する実行結果があれば質問して。別の codex exec や外部レビューコマンドは絶対に起動しないで。瑣末な点へのクソリプはしないで。致命的な点だけ指摘して。回答内容が現時点で out of date / deprecated になっていないかにも気をつけて: {plan_full_path} (ref: {CLAUDE_md_full_path})"
Use the same session for updated plan reviews:
codex exec resume <SESSION_ID> \
"前回の指摘を反映してプランを更新した。もう一度レビューして。read-only sandboxなのでテスト・build・format・install・生成コマンドは実行せず、差分・設定・既存ログの読取だけで判断して。不足する実行結果があれば質問して。別の codex exec や外部レビューコマンドは絶対に起動しないで。瑣末な点へのクソリプはしないで。致命的な点だけ指摘して。新しく追加された問題がなければ、その旨を明示して: {plan_full_path} (ref: {CLAUDE_md_full_path})"
codex exec may print MCP transport errors such as http://127.0.0.1:8000/mcp connection failures at startup.codex exec failure.codex response is returned after the error, consider the run successful but degraded.codex exec exits without a final codex answer or without the requested review result.codex exec failure.review started but final result not yet returned is not review complete.codex exec resume <SESSION_ID> or rerun.review incomplete and ask the user how to proceed.development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.