quality-gate

Synthesize quality assessments into auditable gate decisions with YAML and Markdown reports.

1|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill quality-gate-acidicsoil
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quality-gate
Source: https://github.com/AcidicSoil/lms-llmsTxt/tree/main/.claude/skills/quality-gate
Command: npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill quality-gate-acidicsoil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Synthesize all quality assessments (risk, test-design, traceability, NFR) into an evidence-based gate decision with YAML (CI/CD) and Markdown (human review) reports, enabling repeatable, auditable go/no-go decisions.

Core Features & Use Cases

  • Synthesize risk, test-design, traceability, and NFR assessments into dimension scores and a final gate decision.
  • Generate both YAML (CI/CD automation) and Markdown (human review) reports with a complete audit trail.
  • Manage waivers and action items to track remediation and decisions across releases.
  • Integrate with existing CI/CD pipelines to block, warn, or pass merges based on gate outcomes.

Quick Start

Run the quality-gate on a completed set of assessments for a given task to produce gate reports and a final decision.

Frequently Asked Questions about quality-gate

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

FAQPage Schema
How do I automate a final quality gate decision across multiple CI/CD assessments?▼

Automate your quality gate by configuring weights to synthesize risk, test-design, traceability, and NFR assessments into one evidence-based go/no-go decision for your release.

How does a quality gate handle waivers and action items for release reviews?▼

A quality gate handles waivers by managing and tracking remediation actions and decisions across releases, ensuring all granted waivers and action items are documented in the final audit trail.

Can I generate both YAML and Markdown reports for CI/CD pipeline integration?▼

Yes, you can generate both YAML for CI/CD automation and Markdown for human review, providing a complete audit trail that allows pipelines to block, warn, or pass merges based on the gate outcome.

What assessments are required before running an automated quality gate?▼

Before running an automated quality gate, you need completed risk, test-design, traceability, and NFR assessments for the given task to ensure the final decision is fully evidence-based.

What is the best way to block merges based on multi-criteria quality assessments?▼

The best way to block merges is to integrate a quality gate into your CI/CD pipeline that consumes multi-criteria assessments and outputs a gate decision to automatically block, warn, or pass the merge.

When should I not use an automated quality gate for release reviews?▼

You should not use an automated quality gate when you lack completed risk, test-design, traceability, and NFR assessments, as the gate requires these inputs to synthesize an evidence-based decision.