run-quality-gate
Installation
SKILL.md
Run Quality Gate
Execute validation commands as quality gates with structured error reporting.
When to Use
- Type-check, build, test, lint validation
- Orchestrator phase validation
- Worker self-validation
Input
{
"gate": "type-check|build|tests|lint|custom",
"blocking": true,
"custom_command": "pnpm custom-validate"
}