gate-wf
Installation
SKILL.md
Gate-WF — Workflow-native quality gate
!IMPORTANT: Follow this process exactly. Do not skip steps.
This skill is a gate, not a fixer. It returns a verdict; it does not modify code.
Skill version: 4. Cache entries are keyed on this — bumping invalidates all caches at once. v4: each reviewer reads a diff scoped to its concern (code reviewers get docs/snapshots/lockfiles stripped; React/a11y/i18n get a .tsx/.jsx-only diff) instead of the full diff — less context noise per agent. v3: the workflow runs from a static shipped script (scripts/workflow.js) instead of a model-generated one — deterministic shape, tier-scaled verify, working --resume.
Prerequisites
- Workflows feature enabled:
CLAUDE_CODE_WORKFLOWS=1insettings.jsonenv. - Plugin installed (this skill ships the reviewer/skeptic/context-checker
agents/*.mdat the plugin root and the orchestration script atskills/gate-wf/scripts/workflow.js— see Step 3).