quality-gates

Orchestrate parallel validator and tester agents for code quality checks.

45|7|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/cubetribe/ClaudeCode_GodMode-On --skill quality-gates-cubetribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-gates
Source: https://github.com/cubetribe/ClaudeCode_GodMode-On/tree/main/skills/quality-gates
Command: npx skills add https://github.com/cubetribe/ClaudeCode_GodMode-On --skill quality-gates-cubetribe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the bottleneck of sequential code review by orchestrating simultaneous validation and testing, ensuring that code quality and UX standards are met before any deployment.

Core Features & Use Cases

  • Parallel Execution: Runs @validator and @tester agents concurrently to reduce feedback loops by up to 40%.
  • Decision Matrix: Enforces a strict pass/fail routing system that prevents code from proceeding to the scribe unless both quality gates are satisfied.
  • Use Case: Use this skill during a complex feature implementation to ensure that your TypeScript types, unit tests, and Playwright E2E tests are all verified simultaneously before finalizing the PR.

Quick Start

Invoke the quality gates skill to initiate the parallel validation and testing workflow for your current worktree.

Frequently Asked Questions about quality-gates

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

FAQPage Schema
How does parallel quality assurance workflow orchestration improve code review?

Parallel quality assurance workflow orchestration runs validator and tester agents concurrently, eliminating sequential code review bottlenecks and reducing feedback loops by up to 40%. This ensures code quality and UX standards are met before deployment.

How do I run parallel validation and E2E testing for a TypeScript feature implementation?

To run parallel validation and E2E testing, invoke the quality gates skill in your current worktree. It executes validator and tester agents simultaneously to verify TypeScript types, unit tests, and Playwright E2E tests before finalizing your pull request.

Do I need Playwright and Node.js testing tools to enforce automated code quality checks?

Yes, you need Playwright and standard TypeScript/Node.js testing tools to enforce automated code quality checks. The workflow requires these integrations to execute E2E testing and performance benchmarking within its mandatory decision matrix.

What happens if validation or testing fails during the parallel code quality checks?

If validation or testing fails during parallel code quality checks, a strict decision matrix prevents code from proceeding to the scribe. Both quality gates must be satisfied before the workflow allows progression to the next stage.

What is the best way to automate performance benchmarking alongside unit tests?

The best way to automate performance benchmarking alongside unit tests is using a parallel quality assurance workflow. This approach executes validator and tester agents simultaneously, enforcing a mandatory pass/fail routing system before deployment.

When should I not use parallel processing for automated code quality checks?

You should not use parallel processing for automated code quality checks if your project lacks standard TypeScript/Node.js testing tools or Playwright integration. The workflow depends on these specific environments to orchestrate its validator and tester agents concurrently.