外部 LLM CLI (v3.5.0 では OpenAI Codex) を Execute phase の実装エンジンとして subprocess invoke する skill。 plan.md (Mode A) または task description + triage.json + cwd context (Mode B) と team-conventions を 1 prompt にまとめて codex exec --json --output-schema に渡し、 codex が workspace-write sandbox 内で file を編集する。 codex 不在 / 未認証 / timeout / non-zero exit 時は executor agent に fallback signal を返す (= Claude native 実装に degrade)。 v2.0 pev-external-reviewer の対称形 (reviewer ではなく executor 版)。
$npx -y skills add myksyut/pev-harness --skill pev-external-executorInstalls into the current project.
Run `npx skills use "https://github.com/myksyut/pev-harness" --skill "myksyut/pev-harness/pev-external-executor"` 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.