omc.doctor

Detect missing or misconfigured Copilot and Codex binaries and integration files.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-doctor-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc.doctor
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/omc-doctor
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-doctor-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures Copilot and Codex binaries are available and that required project integration files are present.

Core Features & Use Cases

  • Health validation: Verifies the runtime binaries (Copilot/Codex) are accessible in the target environment.
  • File integrity checks: Confirms essential integration files exist in the repository to support plugin execution.
  • Use Case: When onboarding a new project or setting up a repo, run this skill to catch missing dependencies before runtime failures.

Quick Start

Run omc-copilot doctor --project-root <path> to verify Copilot/Codex binaries and required project files.

Frequently Asked Questions about omc.doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if Copilot and Codex binaries are installed correctly in my project?

Health validation for Copilot and Codex works by scanning your project root to verify executable availability and confirm essential integration files exist. It identifies missing binaries and misconfigured instruction files to prevent runtime failures during plugin execution.

How do I validate missing integration files for a GitHub Copilot plugin deployment?

To validate missing integration files, run a doctor command targeting your project root path. This checks the repository structure for required instruction files and confirms essential integration files exist to support Copilot plugin execution.

When do I need to run a Copilot runtime health check on my repository?

You need to run a Copilot runtime health check when onboarding a new project or setting up a repository. This catches missing dependencies, verifies project structure conformance, and ensures required instruction files are present before runtime failures happen.

Can I use a doctor command to verify project structure conformance for omc-copilot projects?

Yes, you can use the doctor command to verify project structure conformance for omc-copilot projects. It checks executable availability, validates the presence of required instruction files, and reports misconfigured integration files across the project root.

Why does my Copilot plugin fail to execute even though the binary is installed?

Copilot plugin execution can fail if required project integration files or instruction files are missing from the repository. A doctor health validation scan identifies these file integrity issues and project structure non-conformance that cause runtime failures despite binary availability.