# Ask

> Process-first advisor routing for Claude, Codex, Gemini, Grok, or Cursor via `omq ask`, with artifact capture and no raw CLI assembly

- Skill: `spring-ai-alibaba/ask` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spring-ai-alibaba/ask`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spring-ai-alibaba/ask/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spring-ai-alibaba (https://skillmd.com/u/spring-ai-alibaba)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spring-ai-alibaba/ask

---


# Ask

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.

## Usage

```bash
/oh-my-qoder:ask <claude|codex|gemini|grok|cursor> <question or task>
```

Examples:

```bash
/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"
```

## Routing

**Required execution path — always use this command:**

```bash
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.

## Requirements

- The selected local CLI must be installed and authenticated.
- Verify availability with the matching command:

```bash
claude --version
codex --version
gemini --version
grok --version
cursor-agent --version
```

## Artifacts

`omq ask` writes artifacts to:

```text
.omq/artifacts/ask/<provider>-<slug>-<timestamp>.md
```

Task: {{ARGUMENTS}}

