testing-governance-suite

Coordinate QA gates from linting to governance checks before deployment.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/habrahgithub/node-backend-starter --skill testing-governance-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-governance-suite
Source: https://github.com/habrahgithub/node-backend-starter/tree/main/.codex/skills/testing-governance-suite
Command: npx skills add https://github.com/habrahgithub/node-backend-starter --skill testing-governance-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Run broad QA gates across projects, from linting and sanity checks to governance, SOP compliance, environment validation, and end-to-end state integrity checks.

Core Features & Use Cases

  • Executes a full quality gate from fast local checks to deep reliability and security checks.
  • Supports an execution workflow that identifies target projects and available scripts (checkup:run, checkup:full, verify, test, build).
  • Suitable for release readiness, governance audits, SOP adherence, and environment validation in real-world CI/CD pipelines.

Quick Start

Run the Testing Governance Suite on your project by invoking the recommended checkup:run workflow to perform the full QA gates.

Frequently Asked Questions about testing-governance-suite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run comprehensive QA gates for release readiness?

To run comprehensive QA gates for release readiness, apply this suite to release candidates to execute linting, sanity checks, and end-to-end verification. It coordinates the workflow by identifying target projects and available scripts to ensure deployment readiness.

What is end-to-end verification for SOP compliance?

End-to-end verification for SOP compliance is a governance check that validates state integrity and environment alignment. It ensures projects adhere to standard operating procedures through deep reliability checks before deployment.

Do I need specific scripts to run governance checks on my project?

Yes, you need project-defined scripts to run governance checks reliably. Your project must have scripts such as checkup:run, checkup:full, verify, test, or build available for the execution workflow to identify and execute.

Can I use this QA workflow in CI/CD pipelines for environment validation?

Yes, you can use this QA workflow in CI/CD pipelines for environment validation. It is suitable for real-world CI/CD pipelines to perform governance audits, SOP adherence, and environment validation during release processes.

What's the best way to automate broad quality gates across multiple projects?

The best way to automate broad quality gates across multiple projects is using a governance suite that coordinates execution workflows from fast local checks to deep security checks. It identifies target projects and applies available scripts for comprehensive validation.

Why does the testing governance suite fail to execute checks on my project?

The testing governance suite fails to execute checks if your project lacks the required project-defined scripts. It requires scripts like checkup:run, checkup:full, verify, test, or build to exist and execute reliably within the target environment.