ultraqa

Automate QA cycling through tester, architect, and executor stages until goals are met.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/suhwan/claude-registry --skill ultraqa-suhwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultraqa
Source: https://github.com/suhwan/claude-registry/tree/main/skills/quality/ultraqa
Command: npx skills add https://github.com/suhwan/claude-registry --skill ultraqa-suhwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates autonomous QA cycling to verify software quality until goals are achieved.

Core Features & Use Cases

  • Autonomous QA cycling workflow drives iterative verification and fixes until the target quality is reached.
  • Cycle-based execution orchestrates tasks through qa-tester, architect, and executor roles with observable progress.
  • Abort & cancellation supports stopping cycles after reaching goals or hitting max cycles.

Quick Start

Begin ULTRAQA cycling by providing a goal and monitoring cycles until the goal is met or the maximum number of cycles is reached.

Frequently Asked Questions about ultraqa

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

FAQPage Schema
How do I automate QA testing cycles until software quality goals are met?

Autonomous QA cycling automates iterative verification and fixes by orchestrating tasks through qa-tester, architect, and executor roles until target quality is reached or maximum cycles are hit.

What is autonomous QA cycling for build verification and lint cycles?

Autonomous QA cycling is an automated workflow that drives iterative test suite execution, build verification, and lint or typecheck cycles until defined software quality goals are achieved.

How do I set up a cycle runner for automated test suite verification?

You need a cycle runner configured with specific stages like qa-tester, architect, and executor, along with a state tracking file and a configurable maximum number of cycles to execute the workflow.

Can I stop automated QA cycles after hitting a maximum cycle limit?

Yes, the autonomous QA cycling workflow supports abort and cancellation mechanisms to stop execution automatically after reaching goals or hitting the configured maximum number of cycles.

Does autonomous QA cycling support custom quality goals for multi-cycle execution?

Yes, the workflow supports custom goals and multi-cycle execution, allowing you to define specific software quality targets and iterate through verification stages until those targets are met.

What are the limitations of using automated QA cycling for debugging workflows?

The workflow requires a properly configured cycle runner with distinct stages and a state tracking file, and execution will abort automatically if the maximum configured cycle limit is reached before goals are met.