E2e test matrix
Skill lubochka/xiigen-general-skills/skills/universal/e2e-test-matrix
Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows
npx -y skills add lubochka/xiigen-general-skills --skill e2e-test-matrixAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, as published. Nobody here has run it
E2E Test Matrix
Purpose
Design end-to-end coverage across critical paths.
When to Use
Use for release readiness, user workflows, UI/API flows, and adapter validation.
Inputs
Journeys, roles, environments, risk areas, target project commands.
Steps
- List critical journeys.
- Cross journeys with roles, environments, and risk categories.
- Pick minimal representative coverage.
- Mark skipped matrix cells with reason.
Gates
Critical paths are covered beyond a single happy path.
Evidence
Matrix, smoke-test output, or skipped-cell rationale.
Anti-Patterns
Calling one happy path complete E2E readiness.
Related
user-journey-testing, integration-testing