gate

Apply tier-threshold verification to codebases and emit pass/fail verdicts.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill gate-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate
Source: https://github.com/estevanhernandez-stack-ed/vibe-test/tree/main/packages/vibe-test/skills/gate
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill gate-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tier gating provides a deterministic, single-source verdict for project readiness by applying a predefined tier threshold to audit and coverage data, reducing ambiguity in CI pipelines and local workflows.

Core Features & Use Cases

  • Enforces tier thresholds by computing a weighted score from audit/coverage inputs and emitting a clear pass/fail verdict.
  • Produces CI annotations in GitHub Actions and a summarized report, while supporting local diagnostic guidance on how to reach the threshold.
  • Supports co-invocation with verification-before-completion when available, and handles both fresh and reused audit/coverage state.

Quick Start

Run /vibe-test:gate on your repository to evaluate the tier threshold.

Frequently Asked Questions about gate

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

FAQPage Schema
How do I enforce tier thresholds for codebase audit and coverage data in CI pipelines?

Tier gating applies predefined thresholds to audit and coverage inputs, computing a weighted score to emit a deterministic pass/fail verdict for CI pipelines. It reads audit.json and coverage.json state to resolve ambiguity in project readiness checks.

What is a tier gate and how does it determine pass/fail status for a repository?

A tier gate is a deterministic verification mechanism that applies tier-threshold rules to codebase audit and coverage data. It calculates a weighted score from these inputs and outputs a single pass/fail verdict to gate project readiness.

Does the gate verifier support GitHub Actions CI annotations and step summaries?

Yes, the gate verifier supports CI-mode by producing GitHub Actions annotations and rendering summarized reports to CI step summaries. It also writes gate.json state and can output documentation for local workflows.

Can I reuse existing audit and coverage state when running a tier threshold check?

Yes, the tier threshold check handles both fresh and reused audit and coverage state. It reads existing audit.json and coverage.json files to compute the weighted score, avoiding the need to regenerate data if current state already exists.

How do I get local diagnostic guidance when a tier gate verdict fails?

When a tier gate verdict fails locally, it provides diagnostic guidance detailing how to reach the required threshold. This local mode explains the coverage and audit gaps preventing a pass without producing CI annotations.