systematic-project-qa

Discover and validate repository build, lint, test, and startup commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Discover and validate the repository QA contract, run build, lint, test, and startup flows, and exercise end-to-end workflows to surface regressions and readiness signals.

Core Features & Use Cases

  • Discover the repository QA contract and umbrella commands, then define a scoped, realistic QA plan across baseline and changed surfaces.
  • Execute end-to-end user-like flows including fixture creation, verification, and regression diagnosis to ensure code readiness.
  • Generate structured verification artifacts and evidence to enable rapid debugging and reporting.

Quick Start

Run this skill against a repository to automatically discover the QA contract, execute a baseline verification, and perform end-to-end, user-like QA scenarios.

Frequently Asked Questions about systematic-project-qa

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

FAQPage Schema
How do I automate end-to-end QA verification for a software repository?

Automated end-to-end QA verification discovers the repository's build, lint, test, and startup commands to execute baseline checks and user-like scenarios, surfacing regressions and structured readiness evidence.

What is a repository QA contract and how does baseline verification work?

A repository QA contract defines the umbrella build, lint, test, and startup commands. Baseline verification executes these predefined commands to establish a clean state and validate overall code readiness before scenario testing.

How do I run regression testing and create test fixtures across diverse projects?

Regression testing and fixture creation are handled by applying an automated QA process end-to-end across diverse projects, exercising user-like flows and generating fixtures when needed to diagnose regressions.

Can I use automated QA to discover build and startup commands without manual configuration?

Yes, automated QA discovers and validates the repository QA contract by identifying existing build, lint, test, and startup commands. It enforces repository-defined umbrella commands when available without requiring manual setup.

What's the best way to generate structured evidence artifacts for software readiness?

Generating structured evidence artifacts for software readiness is achieved by executing end-to-end QA scenarios and baseline verification, which outputs structured verification outcomes to enable rapid debugging and reporting.