ask
Process-first advisor routing for Claude, Codex, Gemini, Grok, or Cursor via `omq ask`, with artifact capture and no raw CLI assembly
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Process-first advisor routing for Claude, Codex, Gemini, Grok, or Cursor via `omq ask`, with artifact capture and no raw CLI assembly
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Cancel any active OMQ mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Configure notification integrations (Telegram, Discord, Slack) via natural language
Configure HUD display options (layout, presets, display elements)
Extract a learned skill from the current conversation
Diagnose and fix oh-my-qoder installation issues
Install or refresh oh-my-qoder for plugin, npm, and local-dev setups from the canonical setup flow
| name | ask |
| description | Process-first advisor routing for Claude, Codex, Gemini, Grok, or Cursor via `omq ask`, with artifact capture and no raw CLI assembly |
Use OMQ's canonical advisor skill to route a prompt through the local Claude, Codex, Gemini, Grok, or Cursor CLI and persist the result as an ask artifact.
/oh-my-qoder:ask <claude|codex|gemini|grok|cursor> <question or task>
Examples:
/oh-my-qoder:ask codex "review this patch from a security perspective"
/oh-my-qoder:ask gemini "suggest UX improvements for this flow"
/oh-my-qoder:ask claude "draft an implementation plan for issue #123"
/oh-my-qoder:ask cursor "apply this implementation plan"
Required execution path — always use this command:
omq ask {{ARGUMENTS}}
Do NOT manually construct raw provider CLI commands. Never run codex, claude, gemini, grok, or cursor-agent directly to fulfill this skill. The omq ask wrapper handles correct flag selection, artifact persistence, and provider-version compatibility automatically. Manually assembling provider CLI flags will produce incorrect or outdated invocations.
claude --version
codex --version
gemini --version
grok --version
cursor-agent --version
omq ask writes artifacts to:
.omq/artifacts/ask/<provider>-<slug>-<timestamp>.md
Task: {{ARGUMENTS}}