Playwright best practices
Skill aiskillstore/marketplace/skills/vitalics/playwright-best-practices
Review code for Playwright Guidelines compliance. Use when asked to "review my playwright tests", "check accessibility", or "check my tests against best practices".From its SKILL.md
npx -y skills add aiskillstore/marketplace --skill playwright-best-practicesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.2 KB, 204 tokens by cl100k_base, as published. Nobody here has run it
Playwright TypeScript Best Practices - AI Agent Skill
Review files for compliance with Web Interface Guidelines.
How It Works
- Fetch the latest guidelines from the source URL below
- Read the specified files (or prompt user for files/pattern)
- Check against all rules in the fetched guidelines
- Output findings in the terse
file:lineformat
Guidelines Source
Fetch fresh guidelines before each review:
https://raw.githubusercontent.com/vitalics/playwright-labs/tree/main/packages/playwright-best-practices/AGENTS.md
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
Usage
When a user provides a file or pattern argument:
- Fetch guidelines from the source URL above
- Read the specified files
- Apply all rules from the fetched guidelines
- Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
What ships with it: 15 files
554.5 KB alongside SKILL.md
rules/
- advanced-api-mocking.md19.7 KB
- assertion-web-first.md16.8 KB
- debug-test-steps.md9.1 KB
- fixture-custom-merge-reuse.md25.6 KB
- fixture-describe-blocks.md5.5 KB
- locator-role-based.md6.4 KB
- parallel-test-isolation.md7.9 KB
- parallel-test-sharding.md11.3 KB
- _sections.md1.9 KB
- speed-page-object-model.md9.7 KB
- stable-auto-waiting.md10.2 KB
- _template.md4.5 KB
- AGENTS.md126.0 KB
- README.md4.6 KB
- skill-report.json295.4 KB