consult

Run model-assisted code reviews via a unified CLI for Gemini, Codex, and Claude.

284|41|Updated Sep 19, 2025
One-click install
npx skills add https://github.com/cluesmith/codev --skill consult-cluesmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consult
Source: https://github.com/cluesmith/codev/tree/main/codev-skeleton/.claude/skills/consult
Command: npx skills add https://github.com/cluesmith/codev --skill consult-cluesmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI teams often need fast, model-assisted guidance to review code, specs, or plans. This skill provides a centralized, model-agnostic reference for running consult commands to validate syntax and usage.

Core Features & Use Cases

  • Unified CLI for model-based consultations across Gemini, Codex, and Claude.
  • Supports review types including spec-review, plan-review, impl-review, pr-ready, and integration-review.
  • Customizable prompts from codev/consult-types and roles from codev/roles to tailor reviews.

Quick Start

Invoke consult with a required model and subcommand to perform an initial review.

Frequently Asked Questions about consult

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AI-assisted code reviews across multiple models from the CLI?

You can run AI code reviews from the CLI by invoking consult with the mandatory -m or --model flag, routing commands to Gemini, Codex, or Claude for unified model-assisted consultations.

What review scenarios are supported by a model-agnostic consultation CLI?

A model-agnostic consultation CLI supports spec-review, plan-review, impl-review, pr-ready, and integration-review scenarios, covering the full development lifecycle from initial specs to final pull requests.

Can I test AI consultation commands without sending requests to the model?

Yes, you can test commands by using the -n or --dry-run flag to validate syntax and usage safely before executing the actual model-assisted review workflow.

How do I customize the role and review type for AI model consultations?

Customize consultations by passing the -r or --role option to load role prompts from codev/roles, and the -t or --type option to load specific review prompts defined in codev/consult-types.

Does the consult CLI support multimodel workflows for reviewing implementation plans?

Yes, the consult CLI supports multimodel workflows by enforcing the -m flag to target Gemini, Codex, or Claude specifically for reviewing implementation plans and validating syntax.