test

Automate unit, integration, end-to-end, and UI test orchestration with coverage reporting.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill test-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.claude/skills/test
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill test-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive testing across unit, integration, end-to-end, and UI layers to ensure software quality.

Core Features & Use Cases

  • Test orchestration: Run unit, integration, e2e, and UI tests in a coordinated workflow.
  • Quality gates: Generate coverage reports, enforce thresholds, and flag regressions.
  • Pre-flight checks & build verification: Validate syntax, type checks, and build readiness before execution.
  • Use Case: When validating a feature, run all relevant tests, collect results, and produce a consolidated QA report for stakeholders.

Quick Start

Run the default test workflow to validate the latest changes and produce a QA-ready report.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate unit, integration, and e2e tests in a single workflow?

You can automate comprehensive testing across unit, integration, e2e, and UI layers by orchestrating multi-run test workflows that execute coordinated checks and collect coverage data in one consolidated QA report.

Can I enforce code coverage thresholds and flag regressions during pull request validation?

Yes, you can enforce quality gates by generating coverage reports, applying threshold checks, and automatically flagging regressions during pull request validation and pre-commit workflows.

How do I generate a structured QA report for stakeholders after running tests?

Structured QA reports are generated automatically after orchestrating your test workflows, consolidating results from unit, integration, e2e, and UI tests into a unified output for stakeholder review.

Does this testing workflow support build verification and pre-flight checks?

Yes, build verification and pre-flight checks validate syntax, perform type checks, and confirm build readiness before executing the core unit, integration, and end-to-end test suites.

What is the best way to run multi-run test orchestration for CI pipelines?

Multi-run test orchestration automates executing various test layers sequentially or in parallel within CI pipelines, collecting coverage metrics and producing QA reports to determine release readiness.

Are there limitations when running UI tests and end-to-end tests together in a coordinated workflow?

The testing workflow coordinates UI and end-to-end tests alongside unit and integration suites, but complex multi-run orchestration requires ensuring your environment supports concurrent test execution and build verification.