UI Test Full-App Audit Skill

Automates comprehensive end-to-end UI test audits with resilient execution and detailed reporting for Playwright frameworks.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill ui-test-full-app-audit-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: UI Test Full-App Audit Skill
Source: https://github.com/mdmagnuson-creator/helm-ade-toolkit/tree/main/skills/ui-test-full-app-audit
Command: npx skills add https://github.com/mdmagnuson-creator/helm-ade-toolkit --skill ui-test-full-app-audit-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of performing comprehensive end-to-end (E2E) test audits for applications, ensuring thorough coverage and identifying potential issues before release.

Core Features & Use Cases

  • Automated Test Generation: Discovers application features and generates E2E tests.
  • Resilient Test Execution: Manages test runs with retries, error analysis, and automated fixing attempts.
  • Manifest Tracking: Maintains a detailed manifest of all tests, their status, and execution history.
  • Use Case: When launching a new feature, use this skill to automatically generate and run a full suite of E2E tests, providing a detailed report on coverage and any failures.

Quick Start

Run a comprehensive E2E test audit for the application.

Frequently Asked Questions about UI Test Full-App Audit Skill

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

FAQPage Schema
How do I automate an end-to-end test audit for my application?

Automating an end-to-end test audit involves discovering application features, generating tests, and executing them with resilient strategies like retries. This process produces a detailed audit report covering test status and failure analysis.

What is a test manifest and how does it help E2E testing?

A test manifest maintains a detailed record of all generated tests, their execution status, and history. It ensures comprehensive coverage during E2E testing by tracking resilient execution and automated failure analysis.

Can I use Playwright for automated test generation and execution?

Yes, Playwright is supported for executing resilient E2E tests. The skill integrates with UI testing frameworks like Playwright to manage test runs, handle retries, and perform automated fixing attempts.

How do I execute E2E tests with resilient retries and failure analysis?

Resilient E2E test execution manages runs by automatically retrying failed tests, analyzing errors, and attempting automated fixes. This approach ensures robust test completion and generates detailed failure reports.

Does this E2E testing approach support PRD-driven testing modes?

Yes, the E2E testing audit supports PRD-driven testing modes to align test generation with product requirements. This ensures the discovered features and generated tests match the intended application behavior.

What are the limitations of automated E2E test fixing attempts?

Automated E2E test fixing attempts depend on resilient execution strategies like retries and error analysis. While it attempts to fix failures automatically, complex application changes may still require manual intervention.