omc.autopilot

Automate the plan, execute, review, test, and fix loop for Copilot task orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the plan -> execute -> review -> test -> fix loop for Copilot-based task orchestration.

Core Features & Use Cases

  • End-to-end autopilot loop: plan -> execute -> review -> test -> fix for automated task completion.
  • Mode selection: defaults to Copilot; switch to Codex with --runtime or OMC_RUNTIME.
  • Artifact management: stores results under .omc/artifacts for traceability.

Quick Start

Start autopilot orchestration by running omc-copilot run "<task>" --mode autopilot --cwd <path>.

Frequently Asked Questions about omc.autopilot

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

FAQPage Schema
How do I automate the plan execute review test fix loop for Copilot tasks?

You can automate the plan-execute-review-test-fix loop by running omc-copilot run with the autopilot mode. This orchestrates iterative task refinement end-to-end and stores artifacts under .omc/artifacts for traceability.

What is Copilot-based task orchestration and when do I need it?

Copilot-based task orchestration automates multi-stage task completion through iterative refinement. You need it when tasks require automated planning, execution, review, testing, and fixing across multiple stages without manual intervention.

Can I switch from Copilot to Codex runtime for automated task orchestration?

Yes, you can switch runtimes by using the --runtime flag or setting the OMC_RUNTIME environment variable. This allows mode-driven startup to select Codex instead of the default Copilot operation.

What's the best way to ensure traceability in automated workflow orchestration?

Automated workflow orchestration ensures traceability by storing all plan, execute, review, test, and fix artifacts under the .omc/artifacts directory. This preserves iterative refinement results for later inspection.

Do I need any external dependencies to run the autopilot task loop?

No external dependencies are required to run the autopilot task loop. The orchestration operates autonomously using the built-in plan, execute, review, test, and fix cycle with local artifact storage.