{"id":"codex-advisor","name":"codex-advisor","summary":"このスキルは、ユーザーが「GPTセカンドオピニオン」を求めたり、「クロスモデルレビュー」を望んだり、「コミット前に計画を確認したい」「繰り返しの失敗後に別の視点を望む」、あるいは明示的に「コーデックスアドバイザー」を呼び出したい場合に使うべきです。","body":"# Codex Advisor\n\nGet a focused second opinion from GPT through the Codex CLI, without handing the\nwork over to it.\n\n## Route by tool\n\n1. In Claude Code, delegate to the native `codex-advisor` agent. It receives the\n   recent conversation automatically, so do not paste the history yourself.\n2. Elsewhere, run this exact shape from this skill's directory so the request\n   reaches standard input:\n\n   ```\n   node scripts/ask_codex.mjs <<'REVIEW'\n   the review request\n   REVIEW\n   ```\n\nState the decision, the evidence behind it, and any constraint that changes the\nverdict. Name the paths that matter: the reviewer has read-only access and\nchecks load-bearing claims itself.\n\nReturn the answer without rewriting it. If `codex` is missing or unauthenticated,\nsurface the error and ask the user to install it or sign in. Never review in its\nplace.\n\n## Reviewer\n\nPinned to `gpt-5.6-sol` at medium reasoning effort. Inside Codex that may be the\nmodel already doing the work, so set `CODEX_ADVISOR_MODEL` to a different one.\n\n## Weighing the answer\n\nGive the verdict serious weight. If a step it recommends fails when tried, or a\nfile contradicts a specific claim, surface the conflict instead of following the\nreview blindly.","author":"@fcakyon","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/codex-advisor/skills/codex-advisor","license":"Apache-2.0","category":"review","lang":"en","tokens":287,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[{"path":"reviewer-prompt.md","size":1589,"sha256":"066059c7dc95e35b3945165b5e987aed738a3b273e869fa1c57dff3e3769d43c"},{"path":"scripts/ask_codex.mjs","size":4072,"sha256":"b5c128545691be3d63683afce9973fd48377bc2f3940c5c5a61e55cfa95dea7f"}],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":true,"networkEndpoints":[]}}