consult-llm
Cross-check code decisions with independent second-opinion models
All Skills in This Repository (11)
Pure Emerald Level Indicatorsworkshop
Orchestrate structured design workshops with multiple LLMs and human critique.
debate-vs
Orchestrate a structured debate between an agent and an opponent LLM to synthesize an implementation plan.
panel
Analyze tasks with asymmetric expert roles to synthesize trade-offs and recommendations.
review-panel
Coordinate parallel multi-model reviews to identify and prioritize code defects.
debate
Coordinate multi-LLM debates with a moderator to synthesize final solutions.
phased-implement
Orchestrate phased implementations across Git worktrees with serialized merges.
collab
Orchestrate round-based ideation among multiple LLMs and synthesize a unified plan.
review
Aggregate critical feedback from multiple LLM reviewers into a findings report.
implement
Execute autonomous task workflows with external model review and auditable ledger.
collab-vs
Coordinate alternating-turn brainstorming between two LLMs to synthesize a collaborative plan.
consult
Query external LLMs for second opinions on files with model flags.
Frequently Asked Questions
FAQPage SchemaHow to install consult-llm?โผ
Run `npx skills add raine/consult-llm --all -g -y` in your terminal to install all skills in this suite globally.
Why get a second opinion from another model?โผ
A model reviewing its own work shares the same training and blind spots, so it is not an independent check. A differently trained model makes different mistakes and is more likely to challenge weak reasoning or catch what the first model missed.
What can I do with consult-llm?โผ
You can consult another model on tricky bugs, run multi-model debates on implementation approaches, convene expert panels for design trade-offs, and get independent multi-model code reviews of your diffs.
Which models and backends does consult-llm support?โผ
It supports GPT, Gemini, Claude, DeepSeek, MiniMax, Grok, GLM, and any OpenRouter model via API keys. You can also use existing subscriptions through CLI backends like Gemini CLI, Codex CLI, and Claude CLI without API keys.
Does consult-llm work with Claude Code and other coding agents?โผ
Yes. The skills install into Claude Code, Codex, OpenCode, and Pi, and are triggered with simple slash commands like /consult, /debate, and /collab.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core