validate-e2e
Installation
SKILL.md
Validate E2E Skill
Use this skill to interactively validate that implemented features work correctly by navigating the UI and verifying expected behavior.
What This Skill Does
- Receives the UI endpoint URL from Aspire runtime (typically
https://localhost:3000) - Receives feature context/requirements from the user or implementation notes
- Uses Playwright MCP browser tools to navigate the UI
- Executes feature-specific validation flows tailored to the requirements
- Verifies UI state changes, element properties, API responses
- Reports validation results (pass/fail per step) with evidence
- Exits with failure if any assertions fail or expected behavior is not observed