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.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Der Befehl bleibt in einer Zeile. Scrollen Sie horizontal, um ihn vor dem Kopieren vollständig zu prüfen.
Sie bevorzugen eine lokale Kopie? Laden Sie die Dateien herunter, die SkillsMP derzeit vorliegen.
SKILL.md wird angezeigt
SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
test-all
description
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: