speckit-e2e

Generate end-to-end test artifacts from a GitHub issue number and attach them to pull requests.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ranvirsingh/speckit --skill speckit-e2e
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-e2e
Source: https://github.com/ranvirsingh/speckit/tree/main/skills/speckit-e2e
Command: npx skills add https://github.com/ranvirsingh/speckit --skill speckit-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate end-to-end test artifacts that prove implementations work and become part of the CI pipeline, attaching results to PR descriptions to streamline QA and verification.

Core Features & Use Cases

  • UI projects: creates Playwright tests that exercise acceptance scenarios with video recording.
  • Non-UI projects: generates equivalent proof-of-work artifacts for APIs, CLIs, or libraries.
  • Attaches results to PR descriptions and integrates with speckit workflow.

Quick Start

Provide a GitHub issue number and acceptance scenarios to generate end-to-end artifacts and attach them to the corresponding PR.

Frequently Asked Questions about speckit-e2e

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

FAQPage Schema
How do I automate end-to-end test artifacts and attach them to a pull request?▼

Automate end-to-end test artifacts by providing a GitHub issue number and acceptance scenarios to generate proof-of-work results and update the corresponding PR description automatically.

Can I generate Playwright tests with video recording for UI project PRs?▼

Yes, Playwright tests with video recording can be generated for UI projects to exercise acceptance scenarios, producing visual proof that the implementation works for PR verification.

How do I create proof-of-work artifacts for non-UI projects like APIs and CLIs?▼

Generate equivalent proof-of-work artifacts for non-UI projects like APIs, CLIs, or libraries by providing a GitHub issue number to produce verification outputs without UI tests.

When should I run end-to-end test artifact generation in the CI/CD pipeline?▼

End-to-end test artifact generation should be run after UAT and before the retrospective phase, integrating into the CI/CD pipeline to attach verification proof to PR descriptions.

Does the speckit workflow require a GitHub issue number to generate test artifacts?▼

Yes, a GitHub issue number is required as input to integrate with the speckit workflow, emit the end-to-end test artifacts, and update the related PR description with results.