playwright-documentation-tests

Installation
SKILL.md

Playwright Automation Documentation

Use this skill to improve readability of existing Playwright code.

Workflow

  1. Read the target test file or support module first.
  2. Identify where comments would materially help a future maintainer.
  3. Add concise documentation at the file, suite, test, fixture, or helper level as appropriate.

Commenting Rules

  • Prefer high-signal docblocks over line-by-line narration.
  • Explain intent, scope, or non-obvious behavior.
  • Do not restate code that is already obvious from the test title or method name.
  • Avoid comment spam in straightforward tests.

Output

Installs
1
GitHub Stars
1
First Seen
Jun 24, 2026
playwright-documentation-tests — jovd83/playwright-skill