Quality Gate — Build Verification Verdict

Issue PASS, CONDITIONAL, or FAIL verdicts from test and coverage metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the critical process of verifying code quality and adherence to standards, preventing the progression of substandard code and ensuring a robust build.

Core Features & Use Cases

  • Automated Quality Checks: Verifies test coverage, security vulnerabilities, and alignment with intent specifications.
  • Verdict Issuance: Provides a clear PASS, CONDITIONAL, or FAIL verdict based on predefined criteria.
  • Debt Tracking: Generates detailed DEBT-NNN records for any conditional issues, facilitating targeted remediation.
  • Use Case: After a developer iterates on a bug fix, this Skill can be invoked to automatically assess if the fix meets all quality gates, including passing tests, sufficient coverage, and no new security risks, before allowing the build to proceed.

Quick Start

Run the quality gate skill to verify the latest code changes against build standards.

Frequently Asked Questions about Quality Gate — Build Verification Verdict

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

FAQPage Schema
How do I automate code quality checks and security scans before deployment?

Automate code quality checks by running a quality gate verification that evaluates test results, coverage metrics, security findings, and intent specification alignment. It issues a PASS, CONDITIONAL, or FAIL verdict to prevent substandard code from progressing to deployment.

What is a quality gate verdict in a CI/CD pipeline?

A quality gate verdict is an automated checkpoint that issues a PASS, CONDITIONAL, or FAIL decision based on test coverage, security vulnerabilities, and intent specification alignment. It runs within the build's inner control loop after each fix iteration to ensure robust builds.

How do I track technical debt when a build verification conditionally passes?

Track technical debt by generating detailed DEBT-NNN records for any conditional issues identified during the quality gate verification. These records facilitate targeted remediation of issues that did not cause a hard failure but still require attention before or after deployment.

Can I use build verification to enforce intent specification alignment?

Yes, build verification enforces intent specification alignment by checking code changes against predefined intent specifications. The quality gate evaluates this alignment alongside test results and security findings to determine if the build meets all required standards.

When do I need to run a quality gate check during the build process?

Run a quality gate check after a developer iterates on a bug fix or code change within the build's inner control loop. This verifies that the fix meets all quality gates, including passing tests and sufficient coverage, before allowing the build to proceed.

What happens if my code fails a security scan during build verification?

If a security scan finds new vulnerabilities during build verification, the quality gate issues a FAIL verdict, preventing the substandard code from progressing. This ensures no new security risks are introduced before the build proceeds to deployment.