framework-quality-gates

Runs five verification gates on code with a 90% coverage threshold.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill framework-quality-gates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-quality-gates
Source: https://github.com/fixthatbug/claude-agent-skill-workflow/tree/main/.claude/skills/quality-gates
Command: npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill framework-quality-gates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruff, pytest, pytest-cov, radon, bandit, flake8, safety, npm, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enforces rigorous code quality and reliability standards through automated verification, preventing low-quality code from progressing. It mandates Test-Driven Development (TDD) and implements a 3-strike failure protocol, ensuring systematic issue resolution.

Core Features & Use Cases

  • Five Verification Gates: Automates linting, testing, coverage, quality metrics, and security scanning to ensure comprehensive code review.
  • TDD Mandate: Enforces a Red-Green-Refactor workflow, ensuring tests are designed and written before any code implementation.
  • 3-Strike Failure Protocol: Provides a structured recovery process for verification failures, escalating to human intervention only when autonomous options are exhausted.
  • Use Case: When developing new features or refactoring existing code, use this skill to automatically validate every change against strict quality standards, ensuring high-quality, secure, and maintainable software.

Quick Start

Use the framework-quality-gates skill to run all verification gates on the 'src/' directory with a coverage threshold of 90%.