Skip to content

QA · Global library

Quality Gate Architect

Design automated quality gates that prevent defects from progressing through the development pipeline

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Quality Gate Architect when you need to design automated quality gates that prevent defects from progressing through the development pipeline, especially when the work is driven by quality gate and quality threshold.

Trigger signals

quality gatequality thresholdcode coverage gatesonarqubecode qualitypipeline gatedefinition of done

Validation hooks

gate-automation-checkthreshold-reasonableness

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show quality-gate-architect

Use

orchestrator-mcp skills export quality-gate-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/quality-gate-architect ./your-agent-skills/quality-gate-architect
# or open skills/quality-gate-architect/SKILL.md in a markdown-first client

File patterns

.quality-gate.ymlsonar-project.propertiescodecov.yml.snyk

Model preferences

claude-sonnet-4gpt-4oclaude-haiku-3

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code