omc.team

Orchestrate team task workflows with review-first verification before test execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates team task workflows with built-in review-first verification to prevent faulty changes from progressing to testing.

Core Features & Use Cases

  • Team-focused orchestration that enforces review-based gating before tests and deployments.
  • Supports deterministic execution through a dedicated team workflow, with optional Copilot or Codex runtimes.
  • Use Case: Coordinate a multi-person feature task by guiding iterations and ensuring reviews are completed before test runs.

Quick Start

Run a team orchestration by issuing omc-copilot team "<task>" --cwd <path> --max-iterations <n> [--runtime copilot|codex].

Frequently Asked Questions about omc.team

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

FAQPage Schema
How do I enforce code review checks before running tests in a team workflow?

Team orchestration with review-first verification blocks faulty changes from progressing to tests by requiring clean review outcomes before any test execution runs. This prevents unreviewed code from advancing through workflow iterations.

What is review-first task orchestration and when do I need it for collaborative development?

Review-first task orchestration is a workflow mechanism that gates task progression on completed code reviews before allowing tests or deployments. You need it when coordinating multi-person feature tasks across iterations to prevent unreviewed changes from advancing.

How do I set up team task orchestration with iteration limits using CLI commands?

Run team orchestration by issuing a CLI command with your task description, working directory path, and maximum iteration count. Specify the task, set the target directory, and define iteration limits to control the collaborative workflow execution scope.

Can I select between Copilot and Codex runtimes for team workflow orchestration?

Yes, you can select between Copilot and Codex runtimes for team workflow orchestration by passing the runtime flag or setting the OMC_RUNTIME environment variable. This allows deterministic execution through your preferred runtime environment.

Does team orchestration support multi-person feature task coordination across iterations?

Yes, team orchestration supports multi-person feature task coordination by guiding iterative development cycles and ensuring all required reviews are completed before test runs execute. It coordinates collaborative scenarios across multiple iterations.

Why are my tests not running during the team workflow orchestration process?

Tests are not running because the review-first verification mechanism requires clean review outcomes before allowing test execution. The workflow gates test runs behind completed reviews to prevent faulty or unreviewed changes from progressing.