gate-check

Assess final quality gates and write PASS/FAIL to subtask records.

17|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/phj128/autoworker --skill gate-check-phj128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/phj128/autoworker/tree/main/skills/gate-check
Command: npx skills add https://github.com/phj128/autoworker --skill gate-check-phj128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Final quality gate for autonomous task completion, ensuring all tests and acceptance criteria are evaluated before reporting success. This skill reads the subtask record, validates the Test Results and Acceptance Criteria, and writes a PASS or FAIL assessment to enable automated routing.

Core Features & Use Cases

  • Conducts a comprehensive final assessment of test results, acceptance criteria, and evidence.
  • Writes a clear PASS/FAIL result to the subtask record and triggers the next routing step via autoworker:dispatch.
  • Provides auditable traceability and supports a structured Gate 3 self-check.

Quick Start

Run gate-check after all tests finish to produce a PASS/FAIL result and trigger autoworker:dispatch.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I automate a final quality gate check before task completion?

A final quality gate check assesses test results and acceptance criteria, then writes a PASS or FAIL assessment to the subtask record. This enables autonomous routing and ensures all criteria are evaluated before task completion.

What is a Gate 3 self-check in autonomous task routing?

A Gate 3 self-check is a structured verification step that enforces confidence assessment and supplementary verification for items below 95% confidence. It consumes subtask data to validate completion before triggering the next dispatch routing step.

When should I run a quality gate assessment in an autonomous workflow?

Run a quality gate assessment after all tests finish and acceptance criteria are complete. It reads the subtask record, validates results, and triggers autoworker:dispatch to route the task to the next step based on the PASS or FAIL outcome.

Does gate-check require test results to be complete before running?

Yes, gate-check requires test results and acceptance criteria to be complete. It is applied as a final quality gate to assess completed evidence, enforce confidence checks, and write a PASS or FAIL result for autonomous routing.

How do I handle low confidence items during a final quality gate check?

During a final quality gate check, low confidence items below 95% trigger supplementary verification. The skill enforces this confidence assessment as part of the structured Gate 3 self-check before determining a final PASS or FAIL result.

What's the best way to ensure autonomous routing only triggers when tests pass?

Use a final quality gate to write a clear PASS or FAIL result to the subtask record. This enforces confidence assessment and structured self-checks, guiding autoworker:dispatch to the next step only when acceptance criteria are fully validated.