Quality Gate

Issue PASS, CONDITIONAL, or FAIL verdicts from code quality metrics.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill quality-gate-tgsatwit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Quality Gate
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.claude/skills/quality-gate
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill quality-gate-tgsatwit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the verification of code quality against predefined standards, ensuring that builds meet necessary criteria before proceeding, thus preventing the propagation of defects.

Core Features & Use Cases

  • Automated Quality Assessment: Evaluates code against test results, coverage metrics, security findings, and intent specification alignment.
  • Verdict Issuance: Provides a clear PASS, CONDITIONAL, or FAIL verdict based on the assessment.
  • Debt Tracking: Generates DEBT-NNN records for any identified conditional gaps, facilitating remediation.
  • Use Case: After a developer iterates on a fix within the build process, this Skill is invoked to confirm if the changes meet the required quality bar before the next stage.

Quick Start

Run the quality gate skill to assess the latest code changes.

Frequently Asked Questions about Quality Gate

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

FAQPage Schema
How do I automate code quality verification in a CI/CD pipeline?

Automated code quality verification evaluates test results, coverage, security, and intent alignment to issue a clear PASS, CONDITIONAL, or FAIL verdict, preventing defect propagation before proceeding to the next build stage.

What is a quality gate in build verification?

A quality gate in build verification is a control loop mechanism that assesses code against predefined standards, issuing a PASS, CONDITIONAL, or FAIL verdict based on test results, coverage, security, and compliance metrics.

How are conditional passes and technical debt tracked during compliance checks?

Conditional passes and technical debt are tracked by generating DEBT-NNN records for identified compliance gaps, facilitating structured remediation and ensuring adherence to quality standards before the next build stage.

What metrics are evaluated for a build verification quality gate?

Build verification quality gate metrics include test results, code coverage, security findings, and alignment with intent specifications, ensuring comprehensive code quality assessment before issuing a final verdict.

When do I need a quality gate for code compliance?

You need a quality gate for code compliance when you want to automate the verification of code quality against predefined standards, ensuring builds meet necessary criteria and preventing the propagation of defects downstream.