testing-skill-suite

Route user prompts to QA sub-skills for test artifacts and governance outputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/thamtran1988/testing_skill_AI --skill testing-skill-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-skill-suite
Source: https://github.com/thamtran1988/testing_skill_AI/tree/main/testing-skills
Command: npx skills add https://github.com/thamtran1988/testing_skill_AI --skill testing-skill-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Testing Skill Suite router provides a structured way to route user prompts to the correct sub-skill, ensuring consistent output, DoD enforcement, and artifact management across planning, data generation, automation, and reporting.

Core Features & Use Cases

  • Deterministic routing: reads SKILL.md frontmatter to map user intents to specific sub-skills (01-test-plan, 02-gen-tc-functional, 03-gen-tc-sit, 04-review-tc, 05-gen-data-test, 06-gen-script-test, 07-check-result, 08-test-report, 09-demo-preparation, 10-security-testing, 11-performance-testing, 12-uat-support, 13-go-no-go, 14-smoke-production, 15-accessibility-testing).
  • Standardized artifacts: ensures generated outputs (test plans, test cases, data, automation scripts, and reports) conform to templates in references and qa-config.yaml-driven paths.
  • Sprint governance & HLTC support: enables high-level test design review and coverage checks with linkages to reference templates and execution DAG.

Quick Start

Provide a user request that matches a routing keyword to trigger the appropriate sub-skill and produce the corresponding artifact.

Frequently Asked Questions about testing-skill-suite

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

FAQPage Schema
How do I generate QA artifacts consistently across the entire testing lifecycle?

To generate QA artifacts consistently, this suite routes prompts to specialized sub-skills using centralized references and qa-config.yaml. It enforces standard definitions of done and manages artifact paths from test planning to sprint reporting.

What is the best way to manage test planning and automated script generation in one workflow?

Managing test planning and script generation requires deterministic routing. This suite maps user intents to dedicated sub-skills like 01-test-plan and 06-gen-script-test, ensuring generated outputs conform to standardized templates.

Can I use route-driven test governance for sprint reporting and traceability?

Route-driven test governance supports sprint reporting and traceability by linking high-level test design reviews to execution DAGs. It routes prompts to the 08-test-report and 13-go-no-go sub-skills to produce consistent governance outputs.

Does this QA automation suite support security, performance, and accessibility testing?

This QA automation suite supports security, performance, and accessibility testing. It deterministically routes relevant user prompts to the 10-security-testing, 11-performance-testing, and 15-accessibility-testing sub-skills.

How do I trigger the correct sub-skill for functional test case generation?

To trigger functional test case generation, provide a user request matching the routing keywords. The router reads SKILL.md frontmatter to map your intent to the 02-gen-tc-functional sub-skill for standardized output.