create-handover-test

Installation
SKILL.md

Create Handover Test

Generate a ticket-driven handover test that validates specific acceptance criteria.


Workflow

  1. Parse the ticket key and description from the user's request (e.g., PROJ-456 bulk export)
  2. Check if a POM exists for the page under test in e2e/poms/
    • If yes, read it and add any new methods needed for this ticket's acceptance criteria
    • If no, create one first using the create-pom skill
  3. Check if test data exists — create or update as needed
  4. Create the spec file in e2e/tests/handover/
  5. Run the test to verify it passes:
    npx playwright test --project="chromium:handover" {TICKET}-{description}.spec.ts
    
Installs
48
GitHub Stars
9
First Seen
Apr 5, 2026
create-handover-test — agentmantis/test-skills