gate-checker

Validate Loop 3 container-based CFN Loop test results against mode-specific thresholds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Validates Loop 3 test results against mode-specific gate thresholds and returns pass/fail with actionable metrics.

Core Features & Use Cases

  • Threshold-based gating: MVP/Standard/Enterprise thresholds.
  • Detailed results: Pass rate, threshold, and gap metrics.
  • CLI compatibility: Can be used by bash wrappers for gating decisions.

Quick Start

Call gateCheck({ passRate, mode: 'standard' }) and evaluate the result.passed.

Frequently Asked Questions about gate-checker

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

FAQPage Schema
How do I validate test results against enterprise thresholds?

Gate-checker validates test pass rates against mode-specific thresholds (MVP, Standard, Enterprise), returning pass/fail status with detailed metrics including pass rate, threshold value, and gap analysis to inform gating decisions.

Can I use threshold-based gating in a Docker container environment?

Yes, gate-checker orchestrates container-based execution with Docker-compatible agent ecosystems, coordinating Loop 3 implementers and Loop 2 validators through Redis-based state management for distributed consensus.

How do I integrate gate checking into a bash workflow?

Gate-checker provides CLI compatibility; call gateCheck() with passRate and mode parameters, then evaluate the result.passed boolean to trigger downstream automation or Product Owner decisions in bash wrappers.

What metrics does gate-checker return for test validation?

Gate-checker returns actionable metrics including pass rate percentage, the applicable threshold for your mode, and the gap between actual and required performance to guide remediation or approval decisions.

Does gate-checker support adaptive agent selection across test iterations?

Yes, gate-checker implements adaptive agent selection, configurable iteration controls, and consensus collection with confidence scoring to refine test execution and validation across multiple loops.

What happens if consensus falls below the configured threshold?

Gate-checker collects confidence scores and consensus from distributed agents; when consensus falls short of the configured threshold, robust error handling and adaptive controls trigger recalculation or escalation to Product Owner decision flow.