gate-review
Installation
SKILL.md
Gate Review — Gate Quality Audit
Evaluate an existing gate document against the quality bar defined in gate-plan. This is the quality assurance step between creation and execution — plan creates, review audits, work executes.
The review produces findings. It does not rewrite the gate. The operator decides what to fix.
Input
The operator provides a gate reference: a Q-number (e.g., "Q4"), a filename (e.g., "Q4-gate.md"), or a path. Resolve to a *-gate.md file at the workspace root. If no matching gate file exists, stop and tell the operator — there is nothing to review.
Step 1 — Load Criteria
Read the quality bar from two sources:
${CLAUDE_PLUGIN_ROOT}/skills/gate-plan/SKILL.md— Step 3 (quality requirements) and Step 4 (self-assessment questions). These define what a well-formed gate looks like.${CLAUDE_PLUGIN_ROOT}/skills/gate-plan/references/gate-template.md— Structural conventions: title format, checkpoint ID patterns, verification method placement, bypass markers, anti-pattern tags, section ordering.${CLAUDE_PLUGIN_ROOT}/references/anti-pattern-registry.md— Named failure modes catalog. Required for validating anti-pattern tag references and assessing semantic accuracy of guarding relationships.
These are the criteria. Do not invent additional requirements or import standards from other frameworks. The gate is evaluated against the gate standard.