What problem does it solve? macOS developers frequently hit broken environments: commands not found after brew install, wrong binary versions picked up, quarantine-blocked apps, and failing launchd services. This Skill provides a structured diagnostic procedure to identify root causes and apply safe, verified fixes. ## Core Features & Use Cases - Systematic Diagnosis: Gathers system context (macOS version, shell, Homebrew prefix, PATH) before investigating symptoms. - Root Cause Mapping: Matches common symptoms like command not found, permission errors, and quarantine blocks to known causes and fixes. - Validated Fixes: Applies minimal-privilege fixes and verifies resolution persists across new shell sessions. - Use Case: After installing a tool with Homebrew, which still points to the system binary. The Skill inspects PATH ordering, checks brew link status, corrects the shell profile, and confirms the right version runs. ## Quick Start Ask the agent to diagnose why a Homebrew-installed command is not found on your Mac, providing the error output and your macOS version.