qa-generate-e2e-tests

Generate automated end-to-end tests for API services and UI workflows.

4|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/anderson-0/mighty-powers --skill qa-generate-e2e-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-generate-e2e-tests
Source: https://github.com/anderson-0/mighty-powers/tree/main/skills/qa-generate-e2e-tests
Command: npx skills add https://github.com/anderson-0/mighty-powers --skill qa-generate-e2e-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of creating consistent automated end-to-end tests for existing software features by guiding QA workflows from framework detection through verification.

Core Features & Use Cases

  • Test Framework Detection: Identifies existing project testing tools and follows established test patterns.
  • API and E2E Test Generation: Creates automated tests for endpoints and user workflows with validation of expected behavior.
  • Verification Workflow: Runs generated tests, checks quality criteria, and produces a test automation summary for implementation tracking.

Quick Start

Use the qa-generate-e2e-tests skill to create automated tests for the login feature and verify that they pass.

Frequently Asked Questions about qa-generate-e2e-tests

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

FAQPage Schema
How do I generate automated e2e tests for existing software features?

To generate automated e2e tests, you need a workflow that detects existing test frameworks and creates semantic tests for user interfaces and API services. This approach applies repeatable automated validation to reduce manual QA effort and improve test coverage.

What is the process for creating Playwright tests for API services and UI workflows?

Creating Playwright tests involves detecting established project patterns and applying them to generate automated validation for endpoints and user workflows. The process includes verifying expected behavior and producing a test automation summary for implementation tracking.

Can I use this test generation approach for both API testing and user interface workflows?

Yes, you can use this test generation approach for both API testing and user interface workflows. It creates automated tests for endpoints and user workflows while validating expected behavior to ensure repeatable automated validation during development.

How do I verify that generated automated tests meet quality criteria?

To verify generated automated tests meet quality criteria, run a verification workflow that executes the tests and checks their results. This workflow ensures adherence to semantic test patterns and produces a test automation summary for tracking implementation.

Do I need an existing test framework to generate e2e tests?

Yes, you need an existing test framework to generate e2e tests. The test generation process requires adherence to existing test frameworks and identifies established project testing tools to follow semantic test patterns for the generated validation.