quality-gates

Official

Automate quality checks, ship bug-free code.

AuthorBarnhardt-Enterprises-Inc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Without systematic quality checkpoints, bugs and technical debt can easily slip into the codebase, leading to costly rework and production issues. This Skill establishes a robust framework of quality gates to ensure high standards at every development stage, automating compliance and reducing manual oversight.

Core Features & Use Cases

  • 4-Stage Gate Framework: Guides you through Pre-Implementation, Implementation, Testing, and Review gates with clear, actionable requirements for each stage.
  • Comprehensive Validation Rules: Enforces critical standards for TypeScript strict mode, input validation, error handling, security best practices, and test quality.
  • Automated Validation: Provides a Python script (validate.py) to aggregate and run all checks automatically, ensuring your code meets all quality standards before it's merged.
  • Use Case: Before committing any code, activate this Skill to run the validate.py script. It will automatically check for TypeScript errors, security vulnerabilities, and test coverage, ensuring your code meets all quality standards before it's merged, saving you from manual checks and potential rejections.

Quick Start

I have just finished writing tests for a new feature. Guide me through the 'Testing Gate' requirements and how to verify coverage.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: quality-gates
Download link: https://github.com/Barnhardt-Enterprises-Inc/quetrex-plugin/archive/main.zip#quality-gates

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository