What is consult?
AI consultation CLI quick reference. Use when running consult commands to check syntax for general queries, protocol reviews, and stats across Gemini, Codex, and Claude. Source: cluesmith/codev.
AI consultation CLI quick reference. Use when running consult commands to check syntax for general queries, protocol reviews, and stats across Gemini, Codex, and Claude.
Quickly install consult AI skill to your development environment via command line
Source: cluesmith/codev.
The -m / --model flag is always required (except for stats).
| gemini | pro | 120-150s | File access via --yolo, fast | | codex | gpt | 200-250s | Shell command exploration, thorough | | claude | opus | 60-120s | Agent SDK with tool use |
| spec | Review specification completeness | | plan | Review implementation plan | | impl | Review code implementation | | pr | Review pull request before merge | | phase | Phase-scoped review (builder only) | | integration | Architect's integration review |
AI consultation CLI quick reference. Use when running consult commands to check syntax for general queries, protocol reviews, and stats across Gemini, Codex, and Claude. Source: cluesmith/codev.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/cluesmith/codev --skill consultAI consultation CLI quick reference. Use when running consult commands to check syntax for general queries, protocol reviews, and stats across Gemini, Codex, and Claude. Source: cluesmith/codev.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cluesmith/codev --skill consult Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/cluesmith/codev