quality-playbook

Generate spec-traced quality engineering audits with test and review artifacts.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/selfagency/agentsy --skill quality-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-playbook
Source: https://github.com/selfagency/agentsy/tree/main/.agents/skills/quality-playbook
Command: npx skills add https://github.com/selfagency/agentsy --skill quality-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of inconsistent and incomplete quality assurance by converting a codebase into a durable, spec-traced quality system. Instead of only running tests or performing superficial reviews, it discovers requirements from the code and available documentation, then validates those requirements via a structured audit pipeline with explicit traceability.

Core Features & Use Cases

  • Spec-traced requirements and contracts: Derives testable requirements from the repository’s code and documentation evidence, producing an auditable quality constitution.
  • Multi-pass verification: Runs a three-pass code review plus a multi-model “Council of Three” spec audit to find defects missed by structural review alone.
  • TDD-verified fixes: Confirms and regression-tests bugs through a red-green TDD loop and produces a consolidated bug report with verified patches.

Typical use cases include self-auditing a project’s readiness for release, generating a quality system for a new repository, or performing repeatable quality engineering across languages and frameworks.

Quick Start

Run the quality-playbook on your target repository by telling an AI agent: "Run the Quality Playbook" (optionally with a hint like "self-audit" or "quality playbook").

Frequently Asked Questions about quality-playbook

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

FAQPage Schema
How do I generate testable requirements from an existing codebase?

To generate testable requirements from an existing codebase, you can run a spec audit that discovers behavioral requirements from code and documentation, producing an auditable quality constitution with explicit traceability.

What is a spec-traced quality engineering audit?

A spec-traced quality engineering audit is a process that derives behavioral requirements from a repository and validates them through a structured pipeline, producing traceable test and code review artifacts.

How do I verify bug fixes using TDD red-green testing?

You can verify bug fixes using TDD red-green testing by running a structured audit loop that confirms defects, applies regression-tested patches, and produces a consolidated bug report.

Can I perform a multi-pass code review across cross-language repositories?

Yes, you can perform a multi-pass code review across cross-language repositories by applying a three-pass structural review combined with a multi-model spec audit to find defects missed by standard reviews.

What is the best way to reconcile test coverage for repeated quality audits?

The best way to reconcile test coverage for repeated quality audits is to run a spec-traced pipeline that maps behavioral requirements to tests, ensuring durable coverage reconciliation across re-runs.

Do I need automated testing already set up to derive a quality system?

No, you do not need automated testing already set up to derive a quality system, as the process discovers requirements from code and documentation before validating them through TDD red-green verification.