Ultra qa
Ultra Orchestration 是一套开源的 AI 工程编排技能体系。它将 OpenSpec 规格主线(Program → Milestone → Change → Slice)与 Ultra-Orchestrator 执行阶段(Intake → Plan → Dispatch → Execute → Review → QA → Deliver → Retro)结合,提升交付稳定性与可审计性。
npx -y skills add keithhegit/ultra-orchestration --skill ultra-qaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Scenario-based QA for Codex Ultra vNext. Use after implementation or review whenever behavior changed, a bug was fixed, a user flow was introduced, or delivery quality depends on proving happy path, error path, regression, and user-visible outcomes through static reasoning or dynamic execution when available.
SKILL.md
1.1 KB, as published. Nobody here has run it
Ultra QA
QA validates behavior, not just code shape.
Two Modes
- static mode: inspect code, diffs, tests, and artifacts when execution is not possible
- dynamic mode: run commands or tests when the environment allows it
Do not pretend dynamic evidence exists when it does not.
Scenario Set
Cover at least:
- happy path
- error path
- regression risk
- user-visible behavior
- missing tests that should exist later
Failure Routing
- send failures to
Executewhen the plan remains valid - send failures to
Planwhen QA exposes a deeper requirement or architecture flaw
Output
Return:
- scenarios exercised
- static evidence
- dynamic evidence, if any
- pass or fail
- residual risks
- reroute recommendation when failed
Read qa-modes before running verification.