Catalog
Yeachan-Heo/ask

Yeachan-Heo

ask

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

global
1installs0uses~343
v1.0Saved May 11, 2026

Ask

Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.

Usage

/oh-my-claudecode:ask <claude|codex|gemini> <question or task>

Examples:

/oh-my-claudecode:ask codex "review this patch from a security perspective"
/oh-my-claudecode:ask gemini "suggest UX improvements for this flow"
/oh-my-claudecode:ask claude "draft an implementation plan for issue #123"

Routing

Required execution path — always use this command:

omc ask {{ARGUMENTS}}

Do NOT manually construct raw provider CLI commands. Never run codex, claude, or gemini directly to fulfill this skill. The omc 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:
claude --version
codex --version
gemini --version

Artifacts

omc ask writes artifacts to:

.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md

Task: {{ARGUMENTS}}

Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

62/100

Grade

C

Adequate

Safety

72

Quality

55

Clarity

68

Completeness

45

Summary

The "ask" skill is a routing advisor for Claude, Codex, or Gemini that delegates prompts to local CLI tools via an `omc ask` wrapper. It abstracts away raw provider CLI assembly and persists responses as artifacts. The skill is minimal and focused on routing logic with no file writes or modifications beyond standard artifact capture.

Detected Capabilities

shell executionlocal CLI invocationartifact file writeprovider routing

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

ask claude a questionroute to codexget gemini adviceadvisor routingpersist advisor response

Risk Signals

INFO

Local CLI tool invocation (claude, codex, gemini) via omc wrapper

Usage and Routing sections
INFO

Artifact write to .omc/artifacts directory

Artifacts section
WARNING

No validation of ARGUMENTS content before passing to omc

Routing section
INFO

Authentication requirement not enforced in skill; delegated to local CLI

Requirements section

Use Cases

  • Route coding questions to local Claude, Codex, or Gemini
  • Get security reviews of code patches
  • Request UX improvements on design flows
  • Draft implementation plans from issues
  • Persist advisor responses as project artifacts

Quality Notes

  • ✓ Clear routing instruction with explicit prohibition on manual CLI assembly
  • ✓ Artifact path structure is well-defined
  • ✓ Examples provided for three provider scenarios
  • ✗ No error handling guidance (e.g., what if omc is not installed, or provider auth fails)
  • ✗ Requirements section lists version checks but does not explain how to verify omc itself
  • ✗ Edge cases not covered: what happens if ARGUMENTS contains shell metacharacters, or if artifact directory does not exist
  • ✗ No documentation of expected artifact format or how to reference persisted artifacts
  • ✗ The {{ARGUMENTS}} placeholder is vague — unclear if entire prompt should be quoted, how multiline input is handled
Model: claude-haiku-4-5-20251001Analyzed: May 11, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Add Yeachan-Heo/ask to your library

Command Palette

Search for a command to run...