Run the complete UI testing suite — all 15 test skills across functional testing and UX design quality. Use when user wants a comprehensive site audit, full test suite, or complete quality assessment.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Run the complete UI testing suite — all 15 test skills across functional testing and UX design quality. Use when user wants a comprehensive site audit, full test suite, or complete quality assessment.
allowed-tools
Bash(playwright-cli:*) Bash(npx:*) Bash(mkdir:*)
Full UI Testing Suite — Master Orchestrator
Runs all 15 testing skills in 5 phased parallel waves, producing a unified summary report with ~482 test cases.
Execute sub-skills by spawning subagents. Each sub-skill internally spawns its own parallel agents.
Phase 1 — Core Functional (5 skills in parallel)
Launch 5 subagents simultaneously:
Subagent
Skill
Command
Test Cases
1
Forms
/test-forms $URL
27
2
Accessibility
/test-a11y $URL
40
3
Responsive
/test-responsive $URL
72
4
Security
/test-security $URL
55
5
Links
/test-links $URL
23
Wait for all Phase 1 to complete before proceeding.
Phase 2 — Extended Functional (3 skills in parallel)
Subagent
Skill
Command
Test Cases
6
User Flows
/test-flows $URL
30
7
Cross-Browser
/test-cross-browser $URL
30
8
UI States
/test-states $URL
35
Wait for all Phase 2 to complete before proceeding.
Phase 3 — Performance & SEO (2 skills in parallel)
Subagent
Skill
Command
Test Cases
9
Performance
/test-perf $URL
25
10
SEO
/test-seo $URL
27
Wait for all Phase 3 to complete before proceeding.
Phase 4 — UX Design Quality (4 skills in parallel)
Subagent
Skill
Command
Test Cases
11
Heatmap
/test-heatmap $URL
24
12
UX Writing
/test-ux-writing $URL
26
13
Consistency
/test-consistency $URL
30
14
Conversion
/test-conversion $URL
30
Wait for all Phase 4 to complete before proceeding.
Phase 5 — Regression (sequential)
Subagent
Skill
Command
Test Cases
15
Regression
/test-regression $URL
8
Runs last because it benefits from comparing against results from previous phases.
Unified Report
After all phases complete, aggregate results from each sub-skill's report.md into a unified summary.
Report Location
$OUTDIR/summary.md
Report Template
# Full UI Testing Suite — Summary Report**URL**: $URL
**Date**: $TIMESTAMP
**Total Phases**: 5
**Total Skills**: 15
**Total Test Cases**: ~482
## Executive Summary
| Category | Skills | Tests | Passed | Failed | Skipped |
|----------|--------|-------|--------|--------|---------|
| **A: Functional** | 11 | ~372 | X | X | X |
| **B: UX Quality** | 4 | ~110 | X | X | X |
| **Total** | **15** | **~482** | **X** | **X** | **X** |
## Critical Failures (Action Required)
List all Critical severity failures across all skills:
| Skill | Test Case | Description | Severity |
|-------|-----------|-------------|----------|
| Security | TC-S1 | Reflected XSS in search input | Critical |
| A11y | TC-A11 | 5 buttons unreachable via keyboard | Critical |
| ... | ... | ... | ... |
## Results by Skill### Category A: UI Functional Testing#### /test-forms — Form Validation-**Score**: X/27
-**Critical**: X | **Major**: X | **Minor**: X | **Info**: X
- [Full Report](../test-forms/<timestamp>/report.md)
#### /test-a11y — Accessibility-**Score**: X/40
-**Critical**: X | **Major**: X | **Minor**: X | **Info**: X
- [Full Report](../test-a11y/<timestamp>/report.md)
#### /test-responsive — Responsive Design
: X/72
: X | : X | : X | : X
[]()
: X/55
: X | : X | : X | : X
[]()
: X/23
: X | : X | : X | : X
[]()
: X/30
: X | : X | : X | : X
[]()
: X/30
: X | : X | : X | : X
[]()
: X/35
: X | : X | : X | : X
[]()
: X/25
: X | : X | : X | : X
[]()
: X/27
: X | : X | : X | : X
[]()
: X/8
: X | : X | : X | : X
[]()
: X/24
: X | : X | : X | : X
[]()
: X/26
: X | : X | : X | : X
[]()
: X/30
: X | : X | : X | : X
[]()
: X/30
: X | : X | : X | : X
[]()
Prioritized list of fixes based on severity and impact:
Fix XSS vulnerability in search input (TC-S1)
Add keyboard navigation to all buttons (TC-A11)
Add CSRF tokens to all forms (TC-S23)
...
All evidence is stored under :
— Form testing evidence
— Accessibility evidence
— Responsive screenshots
— Security scan evidence
... (all 15 skills)
Cleanup
After all phases complete and report is generated: