What problem does it solve?
The doctor skill helps users quickly identify and resolve common oh-my-copilot installation failures such as missing dependencies, broken symlinks, invalid hooks.json, and incorrect script permissions.
Core Features & Use Cases
- Installation path diagnosis: Detects the active oh-my-copilot plugin directory across supported Copilot CLI install locations.
- Integrity checks: Finds broken symlinks, validates hooks.json as parseable JSON, and verifies script executability for scripts/*.sh.
- Environment readiness: Checks for required command-line dependencies (sqlite3, jq, git) and reports the installed plugin version when available.
- Safe guided repair: Removes broken symlinks and fixes script permissions when issues are found, while providing non-destructive guidance for missing dependencies and JSON problems.
Quick Start
Tell an AI agent to run the doctor skill to perform an oh-my-copilot installation health check and apply safe fixes after reporting issues.