gate-check

Check and execute quality gates for development specifications in Git worktrees.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/DMokong/speculator --skill gate-check-dmokong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/DMokong/speculator/tree/main/skills/gate-check
Command: npx skills add https://github.com/DMokong/speculator --skill gate-check-dmokong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill helps you verify the status of quality gates for a given specification or run a specific gate to collect evidence, ensuring your development process meets defined quality standards.

Core Features & Use Cases

  • Gate Status Check: Quickly determine if specific gates (spec-quality, code-quality, review, evidence-package) have been passed for a spec.
  • Gate Execution: Offers to run and collect evidence for gates that are missing or failed, guiding you through the process.
  • Worktree Awareness: Correctly handles operations within Git worktrees, ensuring evidence is managed in the appropriate location.
  • Use Case: Before merging a feature, you can use this Skill to check if Gate 2 (code quality) has been successfully passed and its evidence collected. If not, it can guide you on how to run the necessary tests and checks.

Quick Start

Check the status of the code quality gate for the 'user-authentication' spec.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I verify quality gates for development specifications in CI/CD?

You can verify quality gates for development specifications by checking the status of spec-quality, code-quality, review, and evidence-package gates. This process manages gate status checks and collects evidence within an agentic workflow.

What is the best way to collect evidence for a code review gate check?

To collect evidence for a code review gate check, execute the specific gate within your agentic workflow. This action runs the gate, collects the required evidence, and verifies that your spec meets defined quality standards.

Do I need Git worktree awareness for spec validation?

Yes, Git worktree awareness is needed for spec validation to ensure accurate artifact management. This capability guarantees that evidence collection and operations are correctly managed in the appropriate worktree location.

Can I check if a spec-quality gate has passed before merging a feature?

Yes, you can check if a spec-quality gate has passed before merging a feature by requesting a gate status check. If the gate is missing or failed, the workflow guides you through running necessary tests and collecting evidence.

Why does gate execution fail to find evidence in my Git worktree?

Gate execution might fail to find evidence if operations are not correctly mapped to your Git worktree. This Skill handles worktree awareness to ensure evidence is managed in the appropriate location, preventing artifact misalignment.