skillfed

Quality Run Quality Gates

This skill automates Definition of Done enforcement by detecting your project type and running all quality gates—type checking, linting, dead code detection, and tests—in sequence. It captures failures by category, provides specific fixes, and re-runs gates until everything passes, ensuring code truly meets your standards before task completion.

Quality Run Quality Gates enforces code standards by running type checking, linting, dead code detection, and tests across multiple languages.

AI-generated summary based on this skill's SKILL.md

1 0 unlicensed — metadata only updated by dawiddutoit

Install

dawiddutoit/custom-claude/quality-run-quality-gates · repository language: Python

git clone https://github.com/dawiddutoit/custom-claude
cp -r custom-claude ~/.claude/skills/quality-run-quality-gates

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

npx skillfed install dawiddutoit/custom-claude/quality-run-quality-gates

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does Quality Run Quality Gates do?

Quality Run Quality Gates automates Definition of Done enforcement by detecting your project type and running all quality gates—type checking, linting, dead code detection, and tests—in sequence. It captures failures by category, provides specific fixes, and re-runs gates until everything passes, ensuring code truly meets your standards before task completion.

How do quality gates for test runs work in this skill?

Quality Run Quality Gates configures quality checkpoints that pass or fail test runs based on your defined criteria. Each checkpoint evaluates a specific quality dimension—types, style, dead code, or tests—and the skill captures which gates succeeded or failed, then provides targeted fixes to help you meet all thresholds.

Can I enforce quality standards in CI/CD with this skill?

Yes. Quality Run Quality Gates sets up automated quality gates to enforce standards in CI/CD pipelines by running your project's full quality suite in sequence. It detects your project type, applies the appropriate checks, and ensures all gates pass before allowing task completion.

How do I define and validate quality thresholds?

Quality Run Quality Gates lets you define and validate quality thresholds for automated test execution by running type checking, linting, dead code detection, and tests as configured checkpoints. The skill captures failures by category and re-runs gates until all thresholds are met.

What quality gate rules can I configure?

Quality Run Quality Gates supports quality gate rules across four dimensions: type checking, linting, dead code detection, and tests. The skill automatically detects your project type and applies the appropriate rules, then provides specific fixes when gates fail so you can address issues systematically.

How does automated quality control work here?

Quality Run Quality Gates implements quality assurance automation to control run outcomes by executing all configured gates in sequence, capturing failures by category, and re-running gates after fixes are applied. This cycle continues until every gate passes, guaranteeing your code meets Definition of Done standards.

Related skills

Tags

quality-validation ci-cd-gates test-thresholds automated-compliance pipeline-quality pass-fail-criteria quality-enforcement testing-standards