ultraqa

Automate iterative QA cycles to validate software against defined goals.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill ultraqa-pextacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultraqa
Source: https://github.com/pextacy/stellar/tree/main/skills/ultraqa
Command: npx skills add https://github.com/pextacy/stellar --skill ultraqa-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates iterative quality assurance cycles to validate software against predefined goals until criteria are met.

Core Features & Use Cases

  • Orchestrates end-to-end QA cycles: run tests, verify results, diagnose failures, and auto-fix when possible, repeating until the goal is achieved.
  • Supports role-based workflow: qa-tester, architect verification, and executor to guide diagnosis, fixes, and validation.
  • Provides observability and state-tracking to monitor progress, capture results, and resume work across cycles.

Quick Start

Start UltraQA with your goal to run the first QA cycle and define the success criteria.

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 validate software against predefined goals?

Automated QA cycles validate software by executing tests, verifying results, diagnosing failures, and implementing fixes iteratively until predefined success criteria are fully met.

What is role-based workflow in automated test execution and state management?

Role-based workflow in automated test execution coordinates specialized roles like qa-tester, architect, and executor to guide issue diagnosis, apply fixes, and validate results across persistent state cycles.

How do I start an autonomous QA cycle with defined success criteria?

Start an autonomous QA cycle by defining a specific validation goal; the system runs the initial test execution, captures results, and proceeds through iterative improvements until the goal is achieved.

Do I need an orchestration framework for iterative test execution and diagnosis?

Yes, iterative test execution requires an orchestration framework to coordinate multi-role workflows, run tests, diagnose issues, and track persistent state for reliable progress and resumability.

Can I resume automated QA workflows across multiple testing cycles?

Yes, automated QA workflows support resumability across multiple cycles by using persistent state tracking to monitor progress, capture test results, and maintain reliable workflow continuity after interruptions.

What is the best way to auto-fix software failures during QA automation?

The best way to auto-fix software failures during QA automation is using an iterative workflow that diagnoses issues via an architect role and applies executor-driven fixes until tests pass.