Agent skill
quality-gate-runner
Orchestrate pytest/mypy/ruff/fab gates with consistent reporting format. Runs quality checks and produces standardized verification results. Use when working on development tasks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/quality-gate-runner
Metadata
Additional technical details for this skill
- version
- 1.0.0
- category
- development
- priority
- critical
SKILL.md
Quality Gate Runner
Orchestrate pytest/mypy/ruff/fab gates with consistent reporting format.
Inputs
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workcell_path |
string | Yes | - | Path to workcell to validate |
gates |
object | Yes | - | Gate configuration (code.test, code.lint, code.typecheck, fab.validate) |
fail_fast |
boolean | No | false | Stop on first failure |
Outputs
| Field | Type | Description |
|---|---|---|
all_passed |
boolean | True if all gates passed |
results |
object | Per-gate results with exit codes and durations |
blocking_failures |
array | List of blocking failures requiring fixes |
Usage
python scripts/quality-gate-runner.py [arguments]
Generated from skills/development/quality-gate-runner.yaml
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?