Claude Code Plugins

Community-maintained marketplace

Feedback

quality-gate-runner

@ConnorWhelan11/cyntra
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name quality-gate-runner
description Orchestrate pytest/mypy/ruff/fab gates with consistent reporting format. Runs quality checks and produces standardized verification results. Use when working on development tasks.
metadata [object Object]

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`