omc.ultraqa

Automate UltraQA remediation and retest loops via omc-copilot run --mode ultraqa.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compatibility wrapper for UltraQA remediation and retest loops within the OMC-copilot workflow, simplifying integration and reducing setup friction.

Core Features & Use Cases

  • Enables UltraQA remediation and retest workflow within the OMC-copilot system
  • Provides a simple Run command pattern: omc-copilot run "<task>" --mode ultraqa --cwd <path>
  • Handles runtime QA loop orchestration without exposing a separate UltraQA CLI

Quick Start

Run a task through UltraQA remediation by invoking the omc-copilot CLI with mode ultraqa and specifying the task and working directory.

Frequently Asked Questions about omc.ultraqa

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

FAQPage Schema
How do I automate QA remediation and retest loops for individual tasks?

Automated QA remediation and retest loops are handled by running the omc-copilot CLI with the command pattern: omc-copilot run "<task>" --mode ultraqa --cwd <path> to orchestrate task-level cycles.

What is the UltraQA workflow within the OMC-copilot ecosystem?

The UltraQA workflow is a remediation and retest cycle orchestrated at runtime inside the OMC framework. It functions as a compatibility wrapper that simplifies integration without exposing a separate UltraQA CLI alias.

Do I need a separate UltraQA CLI to run QA retest cycles?

No, you do not need a separate UltraQA CLI. The workflow requires the omc-copilot run command with the --mode ultraqa flag, handling runtime QA loop orchestration internally without exposing external aliases.

How do I start a task-level QA remediation cycle in a specific directory?

Start a task-level QA remediation cycle by invoking omc-copilot run "<task>" --mode ultraqa --cwd <path>. This specifies the target task and working directory to trigger the automated retest loop.

Can I use UltraQA remediation outside the OMC-copilot workflow?

No, UltraQA remediation is a compatibility wrapper designed specifically for the OMC-copilot workflow. It applies to task-level QA workflows within the OMC-copilot ecosystem and does not operate as a standalone tool.

Why use a compatibility wrapper for QA retest loops instead of a standalone tool?

Using a compatibility wrapper reduces setup friction and simplifies integration within the OMC-copilot workflow. It handles runtime QA loop orchestration directly, eliminating the need to manage a separate UltraQA CLI installation.