quality-pipeline

Orchestrate pre-commit quality checks by chaining tests, completeness scans, and code-review workflows.

10|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cookys/autopilot --skill quality-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-pipeline
Source: https://github.com/cookys/autopilot/tree/main/skills/quality-pipeline
Command: npx skills add https://github.com/cookys/autopilot --skill quality-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates automated quality gates by running tests, anti-stub checks, and a standardized code review, ensuring only ready changes progress.

Core Features & Use Cases

  • Test policy: enforce test execution and failure handling before merge.
  • Completeness gate: scan for TODOs, stubs, and incomplete work to prevent partial ships.
  • Code review orchestration: route findings and enforce fast-feedback loops across changes.

Quick Start

Run the quality pipeline on your change set to automatically execute tests, enforce completeness, and initiate code-review routing.

Frequently Asked Questions about quality-pipeline

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

FAQPage Schema
How do I automate pre-commit quality checks for code changes?

Automate pre-commit quality checks by chaining tests, completeness scans, and code-review workflows to enforce standardized gates and provide actionable feedback before merge.

What is a completeness gate in a code review pipeline?

A completeness gate scans code changes for TODOs, stubs, and incomplete work to prevent partial ships from progressing through the automated quality pipeline.

How do I enforce test execution and failure handling before merge?

Enforce test execution before merge by applying a standardized test policy that gates code changes, ensuring tests run and failures are handled automatically during pre-commit.

Can I route code review findings across hotfix changes automatically?

Yes, code review orchestration routes findings and enforces fast-feedback loops across all code changes, including standardized S/L hotfix routes, using reference routing configurations.

Do I need reference guidelines to run the quality pipeline?

Yes, the quality pipeline requires reference guidelines from code-review.md, test-policy.md, and completeness-gate.md to determine policy enforcement and escalation routing.

What is the best way to prevent partial ships and incomplete work from merging?

Prevent partial ships by orchestrating automated quality gates that apply a completeness scan to block TODOs and stubs, alongside test policies and code review workflows.