ultraqa

Run automated QA cycles with testing, linting, and fixes until quality goals are met.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ultraqa-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultraqa
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/ultraqa
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ultraqa-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates end-to-end QA cycles, running tests, validating builds, linting, and typechecking, and driving fixes until the defined quality goal is achieved.

Core Features & Use Cases

  • Autonomous QA cycling that orchestrates a cycle through testing, verification, and fixes.
  • Supports goal-based invocations via /ultraqa with --tests, --build, --lint, --typecheck, or --custom, enabling flexible quality enforcement.
  • Observability and state tracking to monitor progress and resume where left off.

Quick Start

Activate ultraqa to run automated QA cycles that test, diagnose, and fix code until the quality goal is achieved.

Frequently Asked Questions about ultraqa

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

FAQPage Schema
How do I automate QA cycles to run tests and apply fixes until quality goals are met?

Automated QA cycles orchestrate testing, build validation, linting, and typechecking while driving fixes until your defined quality goal is met. The process coordinates sub-agent orchestration and state tracking to repeat up to five iterations into the project's feedback loop.

Can I run custom linting and typechecking workflows during continuous integration?

Custom linting and typechecking workflows are supported during continuous integration via goal-based invocations using flags like --lint, --typecheck, or --custom. This enables flexible quality enforcement tailored to your specific testing and build validation requirements.

What is sub-agent orchestration for autonomous debugging and how does it work?

Sub-agent orchestration for autonomous debugging coordinates a cycle through qa-testster, architect verification, and automated fixes. It relies on explicit goal parsing and state tracking to manage test execution, diagnostics, and code corrections iteratively.

Does automated QA orchestration support resuming interrupted test and fix cycles?

Automated QA orchestration supports resuming interrupted test and fix cycles through built-in observability and state tracking. This functionality monitors progress continuously, allowing the workflow to resume exactly where it left off after an interruption.

What are the limitations of iterating automated fixes within a QA feedback loop?

The limitation of iterating automated fixes within a QA feedback loop is that the cycle repeats up to a maximum of five iterations. If the defined quality goal is not achieved within these five attempts, the automated orchestration stops.

Do I need specific dependencies to orchestrate end-to-end testing and build validation?

No specific dependencies are required to orchestrate end-to-end testing and build validation. The system operates autonomously without external dependencies to manage test execution, diagnostics, and automated fixes within your workflow.