crud-tester
Installation
SKILL.md
Playwright CRUD Tester
Tests that an app's create, edit, and delete operations actually work — as full
lifecycles, not isolated clicks. Where flow-runner stops before real
side effects, this skill deliberately performs them, and pays for that license
with strict data hygiene rules.
Relationship to the other Playwright skills
scenario-mapperdiscovers what exists (read-only).flow-runnerowns the browser mechanics this skill runs on: snapshot → act → wait for state → assert, evidence saved per step, and the structured run-report format. Read it before executing; do not duplicate it.- This skill adds the mutation policy layer: what you may touch, how entities are named, what order operations run in, and what the report must disclose.