codex
Installation
SKILL.md
Codex Task Executor
Codex agentを使用してタスクを実行し、結果を返す。
Usage
/codex <task>
/codex review src/auth/
/codex このアーキテクチャを分析して
Behavior
- ユーザーのタスクをcodex agentに委譲
- codex execで実行、結果を取得
- 結果をユーザーに提示
Notes
- デフォルトは read-only(分析モード)
- 編集が必要な場合は明示的に指示すること
- 作業ディレクトリは現在のプロジェクトを使用
Related skills