playwright-documentation-tests
Installation
SKILL.md
Playwright Automation Documentation
Use this skill to improve readability of existing Playwright code.
Workflow
- Read the target test file or support module first.
- Identify where comments would materially help a future maintainer.
- 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.