quality-gate

Run TypeScript static analysis, tests, coverage thresholds, and build verification.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/usorama/rad-engineer-v2 --skill quality-gate-usorama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gate
Source: https://github.com/usorama/rad-engineer-v2/tree/main/.claude/skills/quality-gate
Command: npx skills add https://github.com/usorama/rad-engineer-v2 --skill quality-gate-usorama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies code quality and test readiness prior to commits and deployments, reducing regressions.

Core Features & Use Cases

  • Static Analysis & Type Check: Ensure 0 TypeScript errors and clean lint results.
  • Testing & Coverage: Run tests and verify minimum coverage thresholds.
  • Build Verification: Confirm that the build succeeds before merge.

Quick Start

Run the full quality gate on the current branch to ensure readiness for review.