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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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}}