What problem does it solve? Setting up a multi-tool AI engineering environment involves many moving parts—Codex CLI, Gemini CLI, GitHub CLI, MCP servers, and authentication—and a single missing piece silently breaks downstream workflows. This Skill runs a structured health check that detects every component's status and can automatically repair required items. ## Core Features & Use Cases - Comprehensive Detection: Checks Codex/Gemini/GitHub CLI installation and versions, GitHub and Context7 MCP server configuration, version consistency, and handoff protocol integrity. - One-Click Auto-Fix: The --fix flag automatically installs missing required components such as Codex CLI, Gemini CLI, and the GitHub MCP server. - Smoke Testing: The --smoke flag verifies that installed CLIs can actually execute tasks, not just report a version. - Use Case: After installing the plugin on a new machine, run the doctor check to get a Markdown report table showing PASS/WARN/FAIL for each component, then rerun with --fix to install everything missing before starting real work. ## Quick Start Run the doctor health check with the fix flag to detect and automatically repair my CLI tools and MCP server configuration.