What problem does it solve? When you are stuck on a complex bug, facing a difficult architecture decision, or want a second opinion from another AI model, this Skill lets you query GPT-4.1, o4-mini, Gemini 2.5 Pro, or Claude Opus directly from the command line using Simon Willison's llm CLI. ## Core Features & Use Cases - Multi-Model Consultation: Query OpenAI, Google Gemini, and Anthropic Claude models with a single unified CLI interface. - Context-Rich Prompting: Pipe code files, git diffs, and error logs directly into prompts for grounded second opinions. - Reasoning Controls: Adjust reasoning effort on o-series models and thinking budgets on Gemini for deep analysis of hard problems. - Use Case: You have been debugging a Docker networking issue for 20 minutes. Pipe the stack trace and your troubleshooting steps into o4-mini with high reasoning effort to get fresh hypotheses on the root cause. ## Quick Start Ask another LLM for a second opinion on this bug by running the llm CLI with the error details and code context.