Playwright
Skill planifest/planifest-framework/planifest-framework/external-skills/playwright
Playwright browser verification workflow for user-journey evidence with deterministic replay artifacts. Use when web flows require executable browser evidence (trace/screenshot/replay logs) before merge or release; do not use for pure unit/API-only checks.From its SKILL.md
npx -y skills add planifest/planifest-framework --skill playwrightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
2.1 KB, 373 tokens by cl100k_base, as published. Nobody here has run it
Playwright
Overview
Use this skill to validate browser-level behavior with reproducible artifacts that engineers can replay exactly.
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Shared References
- Trigger examples:
references/trigger-and-examples.md
- Replay determinism rules:
references/replay-determinism-rules.md
Templates And Assets
- Test plan template:
assets/playwright-test-plan-template.md
- Command profile template:
assets/playwright-command-profile-template.md
- Artifact checklist:
assets/playwright-artifact-checklist.md
Inputs To Gather
- Critical flows and acceptance expectations.
- Target browsers/devices and environment constraints.
- Auth/test-data setup and security constraints.
- Required artifacts for failure triage.
Deliverables
- Browser test scenario plan.
- Local-fast and CI-full command profiles.
- Trace/screenshot/video evidence for failures.
- Residual flakiness and ownership log.
Workflow
- Define scenarios with
assets/playwright-test-plan-template.md. - Define command profiles in
assets/playwright-command-profile-template.md. - Apply deterministic execution rules from
references/replay-determinism-rules.md. - Execute and capture artifacts.
- Validate evidence completeness via
assets/playwright-artifact-checklist.md.
Quality Standard
- Browser evidence is replayable without hidden steps.
- Artifacts map to explicit scenarios and failures.
- Critical flows include happy/edge/failure coverage.
Failure Conditions
- Stop when prerequisites for deterministic replay are missing.
- Stop when artifacts cannot reproduce observed failures.
- Escalate when external instability prevents reliable browser evidence.
What ships with it: 1 file
11.3 KB alongside SKILL.md
- attribution.txt11.3 KB