agentsclimarketplace

Tests

Skill jovd83/playwright-skill/documentation/tests

End-to-end Playwright skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.

Install
npx -y skills add jovd83/playwright-skill --skill tests

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

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Automation-code documentation skill for Playwright suites. Use when Codex needs to add or improve human-readable comments, docblocks, or file-level explanations around existing Playwright tests without drowning the code in redundant commentary.

SKILL.md

1.6 KB, as published. Nobody here has run it

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

After editing, summarize:

  • what was documented,
  • why those locations mattered,
  • any parts of the suite that are still hard to understand and may need refactoring rather than more comments.

Keep looking

Skills are one crate of 328,083. 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.