gate

Run automated quality checks and present a go/no-go decision between workflow phases.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill gate-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate
Source: https://github.com/FourthWiz/claude_dev_workflow/tree/main/dev-workflow/skills/gate
Command: npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill gate-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides an automated quality gate that runs lint, tests, type checks, and presents a clear go/no‑go decision, preventing unintended progression between workflow phases without explicit human approval.

Core Features & Use Cases

  • Automated checks: Executes appropriate linting, testing, and verification based on the task profile (Smoke, Standard, Full).
  • Context‑aware gating: Detects the completed and upcoming phases, pulls relevant artifacts, and selects the proper gate level.
  • Human‑in‑the‑loop: Shows a concise summary and blocks progress until the user explicitly confirms to continue.
  • Audit trail: Saves gate results to .workflow_artifacts for traceability and compliance.

Quick Start

Run the gate skill to review the current phase and wait for user approval before moving to the next step.

Frequently Asked Questions about gate

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

FAQPage Schema
How do I automate code review and enforce a quality gate between workflow phases?

A quality gate blocks unintended workflow progression by running automated lint, test, and type checks, then presenting a clear go/no-go decision that requires explicit human approval before moving to the next phase.

Can I run targeted test suites instead of full checks for a quick phase approval?

Yes, the Skill supports targeted test suites by detecting the current task profile and selecting the appropriate gate level—Smoke, Standard, or Full—so you can run faster checks for quick phase approval.

How does workflow approval integrate with lint and type checking for compliance?

Workflow approval integrates with lint and type checking by executing these automated checks as prerequisites, then recording the gate results in .workflow_artifacts to ensure compliance and provide a full audit trail.

What is the best way to add a human-in-the-loop checkpoint after implementation?

The best way to add a human-in-the-loop checkpoint is to run the gate after implementation; it executes automated checks, displays a concise summary, and blocks progress until you explicitly confirm the go decision.

Do I need artifact validation to transition between architecture design and planning phases?

Yes, artifact validation is required to transition between architecture design and planning phases. The gate pulls relevant artifacts, validates them, and ensures code quality and compliance before allowing the phase transition.