Loading...
Loading...
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.
npx skill4agent add cluesmith/codev consultconsult -m <model> [options]
consult stats [options]-m--model| Model | Alias | Speed | Approach |
|---|---|---|---|
| | ~120-150s | File access via --yolo, fast |
| | ~200-250s | Shell command exploration, thorough |
| | ~60-120s | Agent SDK with tool use |
consult -m gemini --prompt "What's the best way to structure auth?"
consult -m codex --prompt-file review-checklist.mdconsult -m gemini --protocol spir --type spec # Review a specification
consult -m codex --protocol spir --type plan # Review a plan
consult -m claude --protocol spir --type impl # Review implementation
consult -m gemini --protocol spir --type pr # Review a PR
consult -m codex --protocol spir --type phase # Phase-scoped review
consult -m gemini --type integration # Integration reviewconsult stats # 30-day summary
consult stats --days 7 --json # Last 7 days as JSON-m, --model <model> # Model to use (required except stats)
--prompt <text> # Inline prompt (general mode)
--prompt-file <path> # Prompt from file (general mode)
--protocol <name> # Protocol: spir, bugfix, tick, maintain
-t, --type <type> # Review type: spec, plan, impl, pr, phase, integration
--issue <number> # Issue number (architect context)| Type | Use Case |
|---|---|
| Review specification completeness |
| Review implementation plan |
| Review code implementation |
| Review pull request before merge |
| Phase-scoped review (builder only) |
| Architect's integration review |
codev/protocols/<protocol>/consult-types/.builders/.builders/--issue <N>consult -m gemini --protocol spir --type spec &
consult -m codex --protocol spir --type spec &
consult -m claude --protocol spir --type spec &
wait-mconsult --type spec--prompt--type--prompt--prompt-file--protocol--type--prompt