← スキル一覧に戻る

ask-codex
by hiroro-work
⭐ 16🍴 0📅 2026年1月23日
SKILL.md
name: ask-codex description: Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks. allowed-tools: Bash(codex:*)
Ask Codex
Executes the local codex CLI to get coding assistance.
Note: This skill requires the codex CLI to be installed and available in your system's PATH.
Quick start
Run a single query with codex exec:
codex exec "Your question or task here"
Common options
| Option | Description |
|---|---|
-m MODEL | Specify model |
-C DIR | Set working directory |
--full-auto | Enable automatic execution with workspace-write sandbox |
For all available options, run
codex exec --help
Examples
Ask a coding question:
codex exec "How do I implement a binary search in Python?"
Analyze code in a specific directory:
codex exec -C /path/to/project "Explain the architecture of this codebase"
Use a specific model:
codex exec -m o4-mini "Write a function that validates email addresses"
Let Codex make changes automatically:
codex exec --full-auto "Add error handling to all API endpoints"
Notes
- Codex runs non-interactively with
execsubcommand - By default, output goes to stdout and no files are modified without approval
- Use
--full-autofor automatic execution within sandbox constraints - The command inherits the current working directory unless
-Cis specified
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です