qa-execution

Automate end-to-end QA across code, CLI, HTTP, and browser interfaces.

2.5k|134|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/compozy/compozy --skill qa-execution-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-execution
Source: https://github.com/compozy/compozy/tree/main/.agents/skills/qa-execution
Command: npx skills add https://github.com/compozy/compozy --skill qa-execution-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA testing across modern software projects is complex and time-consuming, requiring coordination of repository contracts, build pipelines, tests, and occasional Web UI validation. This Skill provides a repeatable, automated approach to discover repository QA contracts, run builds, lint, test, and startup commands, and exercise core workflows end-to-end through CLI, HTTP, and browser interfaces, ensuring automated regression coverage for critical flows.

Core Features & Use Cases

  • Discover and map the repository's QA contract and umbrella commands to build a robust verification plan.
  • Execute end-to-end flows against code under test, including CLI, HTTP APIs, and Web UI when available, with optional Web UI validation via agent-browser.
  • Produce verifiable results and documentation artifacts to support release gating and regression coverage.

Quick Start

Run qa-execution on a target branch to start end-to-end QA validation.

Frequently Asked Questions about qa-execution

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

FAQPage Schema
How do I automate end-to-end QA testing across CLI, HTTP, and browser interfaces?

End-to-end QA testing across CLI, HTTP, and browser interfaces is automated by discovering repository contracts, running builds and lint, and exercising core workflows to produce a verifiable regression plan.

What is the best way to build a verification plan for branch validations and releases?

A verification plan for branch validations and releases is built by mapping the repository's umbrella commands and QA contracts, then selecting commands to execute automated regression coverage for critical flows.

Can I validate Web UI workflows during end-to-end QA execution?

Web UI workflows can be validated during end-to-end QA execution using optional agent-browser integration to exercise core browser interactions alongside CLI and HTTP API tests.

How do I discover and map repository QA contracts for automated testing?

Repository QA contracts are discovered and mapped by analyzing the software project to identify build pipelines, lint commands, and startup scripts, building a robust verification plan.

Does end-to-end QA execution work for migrations and refactors?

End-to-end QA execution works for migrations and refactors by applying automated verification across code under test, surfacing contracts, and running tests to ensure critical flows remain functional.