Agent skill · AI & Agents

codex

OpenAI Codex CLI(read-only sandbox)を汎用セカンドオピニオンとして実行する。Use when 設計相談、バグ調査、コードレビュー、文章校閲、セカンドオピニオンが必要な場面。キーワード: codex, codexに聞いて, セカンドオピニオン, 別視点.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill codex-daisuke134-anicca-ai --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/codex-daisuke134-anicca-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex 汎用セカンドオピニオン Codex CLI を read-only sandbox で実行し、OpenAI 側のセカンドオピニオンを得る。 Claude のレート制限に影響しない(OpenAI トークンを消費)。 ## codex-review との違い | スキル | 用途 | 反復修正 | |--------|------|---------| | `/codex`(本スキル) | 汎用相談(設計・バグ・校閲) | なし(1回実行) | | `/codex-review` | レビューゲート(blocking/advisory) | あり(ok: true まで反復) | ## 実行コマンド ```bash codex exec --full-auto --sandbox read-only --cd "$(pwd)" "<相談内容>" ``` | パラメータ | 役割 | |-----------|------| | `--full-auto` | 確認なしで自動実行 | | `--sandbox read-only` | 読み取り専用(ファイル変更しない) | | `--cd "$(pwd)"` | 現在のプロジェクトディレクトリを対象 | ## 4つのモード ユーザーの依頼内容に応じて、適切なプロンプトを構成して実行する。 ### 1. コードレビュー ```bash codex exec --full-auto --sandbox read-only --cd "$(pwd)" \ "以下のファイルをレビューし、改善点を指摘せよ: <ファイルパス>" ``` ### 2. 設計相談 ```bash codex exec --full-auto --sandbox read-only --cd "$(pwd)" \ "以下の設計について意見を述べよ。代替案があれば提示せよ: <設計内容>" ``` ### 3. バグ調査 ```bash codex exec --full-auto --sandbox read-only --cd "$(pwd)" \ "以下のエラーの原因を調査し、修正案を提示せよ: <エラー内容>" ``` ### 4. 文章校閲 ```bash codex exec --full-auto --sandbox read-only --cd "$(pwd)" \ "以下のファイルの文章を校閲し、改善点を指摘せよ: <ファイルパス>" ``` ## 使用例 ``` /codex この設計で問題ないかレビューして /codex src/auth.ts をセキュリティの観点でチェックして /codex このエラーの原因を調べて: TypeError: Cannot read property 'id' of undef

What's inside
Steps it walks through
  1. codex-review との違い
  2. 実行コマンド
  3. 4つのモード
  4. 1. コードレビュー
  5. 2. 設計相談
  6. 3. バグ調査
  7. 4. 文章校閲
  8. 使用例
  9. 注意事項
Ships with 1 file
  • metadata.json
Commands it runs
codex exec --full-auto --sandbox read-only --cd "$(pwd)" "<相談内容>"
codex exec --full-auto --sandbox read-only --cd "$(pwd)" \
More from claude-skill-registry
All skills →
About this skill
What does the codex skill do?

OpenAI Codex CLI(read-only sandbox)を汎用セカンドオピニオンとして実行する。Use when 設計相談、バグ調査、コードレビュー、文章校閲、セカンドオピニオンが必要な場面。キーワード: codex, codexに聞いて, セカンドオピニオン, 別視点.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill codex-daisuke134-anicca-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going