OpenAI Codex CLI を pev-harness の external reviewer (Verify phase) / external executor (Execute phase) として導入する one-time setup skill。 codex CLI install 確認 (npm i -g @openai/codex または brew install --cask codex)、 CODEX_API_KEY 環境変数の存在確認、 codex exec --json で sanity test、 settings.local.json の PEV_REVIEWER_MODE / PEV_EXECUTOR_MODE 雛形提案までを 1 操作で完了する。 v1.4 pev-bootstrap-playwright + v1.9 pev-bootstrap-project と並列の sibling。
$npx -y skills add myksyut/pev-harness --skill pev-bootstrap-codexInstalls into the current project.
Run `npx skills use "https://github.com/myksyut/pev-harness" --skill "myksyut/pev-harness/pev-bootstrap-codex"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/myksyut/pev-harness" that are relevant to the current task. Run `npx skills add "https://github.com/myksyut/pev-harness"` and select the relevant skills, then follow their instructions.