quality-gate

Automates quality gates validating type checks, linting, tests and coverage baselines in CI/PR workflows.

4|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/vertexcover-io/tarash --skill quality-gate-vertexcover-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gate
Source: https://github.com/vertexcover-io/tarash/tree/main/.claude/skills/quality-gate
Command: npx skills add https://github.com/vertexcover-io/tarash --skill quality-gate-vertexcover-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-stage verification ensures every claim has verifiable command outputs and strict pass/fail thresholds, preventing silent regressions.

Core Features & Use Cases

  • Post-stage verification with hard pass/fail thresholds on type checks, lint, tests, and coverage.
  • Baseline-driven governance for CI pipelines and PR workflows.
  • Generates a gate report with evidence (outputs, exit codes, and deltas) for auditing.

Quick Start

Run the quality gate after TDD and before PR to verify baseline metrics against current code.

Frequently Asked Questions about quality-gate

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

FAQPage Schema
How do I automate quality gate checks for type checking, linting, and test coverage in a CI pipeline?

Automating quality gate checks involves running type checks, linting, tests, and coverage validation against a stored baseline in your CI pipeline. This ensures strict pass/fail thresholds are met before code integration, generating verifiable evidence of code compliance.

What is a baseline-driven quality gate and when do I need it for pull request workflows?

A baseline-driven quality gate validates current code changes against stored metrics for tests and coverage. You need it in pull request workflows after refactoring or TDD to prevent silent regressions and ensure changes are safe before merging.

How do I generate verifiable evidence and exit codes for CI pipeline quality checks?

Generating verifiable evidence for CI quality checks requires running a production-grade quality gate that captures command outputs, exit codes, and coverage deltas. It standardizes the results into a gate report for auditing and compliance proof.

Can I enforce hard pass/fail thresholds on test coverage before a pull request?

Yes, you can enforce hard pass/fail thresholds on test coverage by applying a quality gate before a PR. It compares current coverage against a stored baseline and fails the check automatically if the metrics drop below the required standard.

What is the best way to prevent silent regressions after refactoring code?

The best way to prevent silent regressions after refactoring is to run post-stage verification with hard pass/fail thresholds. This validates types, lint, tests, and coverage against a baseline, ensuring every change has verifiable command outputs.

Does the quality gate work without external dependencies for PR verification?

Yes, the quality gate operates without external dependencies to verify PR workflows. It automates type checks, lint, tests, and coverage validation internally, producing a standardized gate report with evidence directly from your codebase.