quality-gate

Automate multi-pass quality reviews with self-review, domain, and fresh-context verification.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill quality-gate-wgordon17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gate
Source: https://github.com/wgordon17/personal-claude-marketplace/tree/main/code-quality/skills/quality-gate
Command: npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill quality-gate-wgordon17

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides automated, multi-pass quality gates to catch issues in code, research, planning, and other deliverables before they are considered complete.

Core Features & Use Cases

  • Rotating lenses: six rounds of self-review plus domain reviews to surface different issues (correctness, completeness, robustness, simplicity, adversarial checks, and architecture).
  • Layer 2 freshness: fresh-context subagents verify final state to prevent anchoring and ensure thorough validation.
  • Gatekeeping: lifecycle, memory, and artifact gates enforce traceability, prevent data loss, and ensure plan adherence.

Quick Start

Run the quality-gate workflow on your latest delivery to trigger the multi-pass review.

Frequently Asked Questions about quality-gate

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

FAQPage Schema
How do I automate multi-pass code review and quality gating for deliverables?

Multi-pass quality gating automates layered reviews to verify deliverables are complete and compliant. It applies rotating self-review lenses, domain reviews, and fresh-context verification to catch correctness, robustness, and architecture issues.

What is fresh-context verification in a quality gate workflow?

Fresh-context verification is a Layer 2 review mechanism where subagents validate the final deliverable state independently. This prevents anchoring bias and ensures thorough validation without being influenced by prior review context.

Can I use automated quality gates for research artifacts and planning outputs, not just code?

Yes, automated quality gates apply to code changes, research artifacts, planning outputs, and other significant project deliverables. The workflow enforces lifecycle, memory, and artifact gates to ensure traceability and plan adherence across domains.

How do domain reviews fit into an automated quality gate process?

Domain reviews function as a Layer 1.5 step between self-review and fresh-context verification. They target domain-specific compliance and quality issues, surfacing problems that general self-review lenses might miss before final gating.

What are the limitations of relying on self-review without fresh-context verification?

Self-review alone risks anchoring bias, where the reviewer's assumptions carry through all passes. Without Layer 2 fresh-context subagents verifying the final state, subtle completeness and compliance gaps can remain undetected before delivery.

Do I need external dependencies to run governance and quality gate workflows?

No external dependencies are required. The workflow aligns with the Skill's frontmatter governance and enables optional script, reference, or asset resources when present, supporting gatekeeping for lifecycle, memory, and artifact traceability natively.