What problem does it solve? Verifying that a feature works end-to-end after implementation is often skipped or done inconsistently. This Skill runs the E2E scenarios declared in scenarios.md and produces structured PASS, WARN, or FAIL results with evidence, so validation is repeatable and auditable. ## Core Features & Use Cases - Scenario-Driven Execution: Loads scenarios.md and runs each declared E2E scenario against the target directory. - Structured Verdicts: Reports PASS, WARN, or FAIL per scenario along with supporting evidence. - Context-Aware Testing: Uses a test context profile (core and test contexts required, canary excluded) to focus validation. - Use Case: After implementing a feature with the auto pipeline, invoke the test step to confirm every acceptance scenario in scenarios.md passes before shipping. ## Quick Start Run the auto-test skill against the current project to execute all E2E scenarios from scenarios.md and show me the pass, warn, and fail results with evidence.