review

Enforce validation.md compliance and UX dogfooding on build reviews.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/anhtrinh919/claude-code-sdd --skill review-anhtrinh919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/anhtrinh919/claude-code-sdd/tree/main/skills/review
Command: npx skills add https://github.com/anhtrinh919/claude-code-sdd --skill review-anhtrinh919

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This SDD review workflow enforces a two-step gate: validation compliance (Step 1) and UX dogfooding (Step 2) to ensure builds meet spec before user-facing QA.

Core Features & Use Cases

  • Step 1: Validation.md compliance checks run automatically, with binary pass/fail outcomes.
  • Step 2: UX dogfooding navigates the app using the browse tool to surface UX issues, broken flows, and missing feedback, gated by Step 1 results.
  • Trigger on /review or when /build reaches the review gate; supports re-run loops and auto-fix when issues are found.

Quick Start

Trigger the review by issuing /review to start Step 1 validation and, if it passes, automatically proceed to UX dogfooding.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate spec-driven development validation checks before QA?

UX dogfooding navigates your app using a browse tool to surface broken flows, missing feedback, and UX issues. It runs automatically only after Step 1 validation checks pass, ensuring functional compliance first.

How do I trigger a build review gate check?

Trigger a build review gate check by issuing the /review command or automatically when your build workflow reaches the review stage. This initiates Step 1 validation, proceeding to UX dogfooding if it passes.

Can I run UX dogfooding without passing automated validation checks first?

No, UX dogfooding is gated by Step 1 validation results. You must pass the automated validation.md compliance checks with binary pass outcomes before the UX dogfooding phase begins navigating your app.

What are the limitations of automated build review gates for UX testing?

Automated build review gates enforce a strict cap on auto-fix iterations to prevent infinite loops. If issues exceed this iteration limit, the review process stops, requiring manual intervention to resolve remaining validation or UX failures.