Installs: 0
Used in: 1 repos
Updated: 2d ago
$
npx ai-builder add skill ConnorWhelan11/quality-gate-runnerInstalls to .claude/skills/quality-gate-runner/
# 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 ```bash python scripts/quality-gate-runner.py [arguments] ``` --- *Generated from [`skills/development/quality-gate-runner.yaml`](../../skills/development/quality-gate-runner.yaml)*
Quick Install
$
npx ai-builder add skill ConnorWhelan11/quality-gate-runnerDetails
- Type
- skill
- Author
- ConnorWhelan11
- Slug
- ConnorWhelan11/quality-gate-runner
- Created
- 6d ago