codex
OpenAI Codex CLI(read-only sandbox)を汎用セカンドオピニオンとして実行する。Use when 設計相談、バグ調査、コードレビュー、文章校閲、セカンドオピニオンが必要な場面。キーワード: codex, codexに聞いて, セカンドオピニオン, 別視点.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
OpenAI Codex CLI(read-only sandbox)を汎用セカンドオピニオンとして実行する。Use when 設計相談、バグ調査、コードレビュー、文章校閲、セカンドオピニオンが必要な場面。キーワード: codex, codexに聞いて, セカンドオピニオン, 別視点.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Anicca earn skill (GATE-0). The automaton loop calls run.sh each wake to discover and execute an earn (x402 / 0xwork / litcoin / nookplot), then VERIFIES it on-chain (tx receipt 0x1 + USDC before/after delta) and appends one line to state/earn-ledger.jsonl. One profitable wake (net>0 AND status 0x1) is the real launch gate. Use when wiring earn into the agent loop, recording an earn outcome, or verifying a profitable wake.
Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, Google Trends, Booking.com, and TripAdvisor. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research, content analytics, audience analysis, or any data extraction task.
Build and deploy production apps using AppFactory's 7 pipelines (websites, mobile, dApps, AI agents, plugins, mini apps, bots). One prompt → live URL.
iOS Simulator automation using AXe CLI for touch gestures, text input, hardware buttons, screenshots, video recording, and accessibility inspection. Use when automating iOS Simulator interactions, writing UI tests, capturing screenshots/video, or inspecting accessibility elements. Triggers on iOS Simulator automation, AXe CLI usage, simulator tap/swipe/gesture commands, or accessibility testing tasks.
Deep competitive analysis for iOS/macOS apps including feature comparison, pricing analysis, strengths/weaknesses, market positioning, and differentiation opportunities. Use when user asks for competitive analysis, competitor research, feature comparison, market positioning, or wants to understand competition in detail.
Configure notification integrations (Telegram, Discord, Slack) via natural language
| name | codex |
| description | OpenAI Codex CLI(read-only sandbox)を汎用セカンドオピニオンとして実行する。Use when 設計相談、バグ調査、コードレビュー、文章校閲、セカンドオピニオンが必要な場面。キーワード: codex, codexに聞いて, セカンドオピニオン, 別視点. |
Codex CLI を read-only sandbox で実行し、OpenAI 側のセカンドオピニオンを得る。 Claude のレート制限に影響しない(OpenAI トークンを消費)。
| スキル | 用途 | 反復修正 |
|---|---|---|
/codex(本スキル) | 汎用相談(設計・バグ・校閲) | なし(1回実行) |
/codex-review | レビューゲート(blocking/advisory) | あり(ok: true まで反復) |
codex exec --full-auto --sandbox read-only --cd "$(pwd)" "<相談内容>"
| パラメータ | 役割 |
|---|---|
--full-auto | 確認なしで自動実行 |
--sandbox read-only | 読み取り専用(ファイル変更しない) |
--cd "$(pwd)" | 現在のプロジェクトディレクトリを対象 |
ユーザーの依頼内容に応じて、適切なプロンプトを構成して実行する。
codex exec --full-auto --sandbox read-only --cd "$(pwd)" \
"以下のファイルをレビューし、改善点を指摘せよ: <ファイルパス>"
codex exec --full-auto --sandbox read-only --cd "$(pwd)" \
"以下の設計について意見を述べよ。代替案があれば提示せよ: <設計内容>"
codex exec --full-auto --sandbox read-only --cd "$(pwd)" \
"以下のエラーの原因を調査し、修正案を提示せよ: <エラー内容>"
codex exec --full-auto --sandbox read-only --cd "$(pwd)" \
"以下のファイルの文章を校閲し、改善点を指摘せよ: <ファイルパス>"
/codex この設計で問題ないかレビューして
/codex src/auth.ts をセキュリティの観点でチェックして
/codex このエラーの原因を調べて: TypeError: Cannot read property 'id' of undefined
/codex この記事を校閲して: articles/draft.md
| 項目 | 内容 |
|---|---|
| 安全性 | read-only sandbox のためファイル変更なし |
| コスト | OpenAI API トークンを消費(Claude 側は消費しない) |
| 前提 | codex CLI がインストール済みであること |
| 出力 | 自由形式(codex-review のような JSON スキーマは不要) |