원클릭으로
ask-codex
Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Dependabot が作成した依存更新 PR(主に GitHub Actions の SHA bump)を精査してマージする。差分範囲の確認、新 SHA と上流タグの対応検証、上流の変更内容確認、CI 通過確認を経て squash マージする。「dependabot の PR をマージして」「dependabot を精査して」「依存更新 PR を処理して」などで使用。
Interacts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files and hunks, reloads session contents, and adds inline review comments. Use when the user has a Hunk session running or wants to review diffs interactively.
Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDR_ENV=1).
SOC 직업 분류 기준
| 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 *) |
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.
Run a single query with codex exec:
codex exec "Your question or task here"
| Option | Description |
|---|---|
-m MODEL | Specify model |
-C DIR | Set working directory |
-s workspace-write | Enable automatic execution with workspace-write sandbox |
For all available options, run
codex exec --help
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 gpt-5.5 "Write a function that validates email addresses"
Let Codex make changes automatically:
codex exec -s workspace-write "Add error handling to all API endpoints"
exec subcommand-s workspace-write for automatic execution within sandbox constraints-C is specified