gate-check

Compute pass rate gaps against per-mode thresholds for gate decisions.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill gate-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/gate-check.ts
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill gate-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides the gate-check logic to determine if Loop 3 pass rates meet mode thresholds.

Core Features & Use Cases

  • Mode thresholds: MVP/Standard/Enterprise per-mode gates.
  • Gap calculation: Compute the difference between threshold and actual pass rate.
  • CLI support: Works with bash wrappers for gate decisions.

Quick Start

gateCheck({ passRate: 0.92, mode: 'standard' });

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I determine if a loop pass rate meets a threshold requirement?

Gate-check evaluates whether your loop's pass rate satisfies mode-specific thresholds (MVP, Standard, or Enterprise). It compares actual performance against the target and calculates the gap, enabling automated go/no-go decisions in consensus-driven workflows.

What's the best way to apply mode-based gates to parallel implementation workflows?

Gate-check orchestrates container-based loop execution by coordinating agent spawning, collecting consensus from validators, and applying mode thresholds to determine if you should proceed, iterate, or abort based on pass rates.

Can I use gate-check with Redis-based state coordination?

Yes. Gate-check integrates with Redis for state management and works in scenarios with parallel Loop 3 implementers, Loop 2 validators, and Product Owner decisions, making it suitable for distributed consensus-driven architectures.

How does mode threshold calculation work in gate decisions?

Gate-check computes the gap between your actual pass rate and the mode-specific threshold, then uses that calculation to enforce MVP, Standard, or Enterprise gates via CLI support for automated bash-based gate logic.

What happens when a loop fails to meet the consensus threshold?

Gate-check signals a rejection decision, allowing your workflow to iterate, abort, or escalate to the Product Owner based on the pass-rate gap and configured mode, supporting task analysis and progress monitoring.