agentsclimarketplace

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

Install
npx -y skills add planifest/planifest-framework --skill playwright

Assembled 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

  1. Define scenarios with assets/playwright-test-plan-template.md.
  2. Define command profiles in assets/playwright-command-profile-template.md.
  3. Apply deterministic execution rules from references/replay-determinism-rules.md.
  4. Execute and capture artifacts.
  5. 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

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.