Skill

quality-gate

Quality gate protocols for blocking verification checkpoints

From golang-workflow
Install
1
Run in your terminal
$
npx claudepluginhub jamesprial/prial-plugins --plugin golang-workflow
Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
complexity.md
protocol.md
test-requirements.md
Skill Content

Quality Gate Skills

Quality gates are MANDATORY checkpoints that BLOCK progression in multi-agent workflows.

Topics

TopicDescription
protocol.mdVerdict tables, combined logic, blocking rules
test-requirements.mdMandatory test commands and pass criteria
complexity.mdComplexity assessment and reviewer scaling

Quick Reference

Enforcement Rules

  • Every implementation stage ends with a quality gate
  • Test failures BLOCK progression (no exceptions)
  • REQUEST_CHANGES requires returning to implementation
  • Maximum 3 retry cycles before escalating to NEEDS_DISCUSSION

Parallel Execution

Quality gates run Test Runner and Reviewer agents in PARALLEL:

  • Test Runner: Executes tests, race detection, coverage, linting
  • Reviewer: Code review ONLY (no test execution)

Both must succeed for progression.

Stats
Stars1
Forks0
Last CommitJan 20, 2026