Browser, Testing, Quality Skills
Browser, Testing, Quality Skills
Section titled “Browser, Testing, Quality Skills”Skills for browser automation, local app checks, Core Web Vitals, accessibility, and web quality review.
Use this category when you know the broad job but still need to decide which skill is worth invoking. Start from the task, then check the source, dependency, first run, and exit conditions.
Skills in this category
Section titled “Skills in this category”| Skill | Best for | Source |
|---|---|---|
| Playwright Skill | Automates a real browser from the terminal with playwright-cli for navigation, forms, snapshots, screenshots, extraction, and UI-flow debugging. | officialskills.sh |
| Webapp Testing Skill | Tests local web applications using Playwright-oriented workflows. | officialskills.sh |
| Playwright Interactive Skill | Provides persistent browser and Electron interaction through an interactive JavaScript REPL. | officialskills.sh |
| Web Quality Audit Skill | Runs broad web quality reviews across performance, accessibility, SEO, and best practices. | officialskills.sh |
| Core Web Vitals Skill | Diagnoses and improves LCP, INP, and CLS issues. | officialskills.sh |
| Accessibility Skill | Audits and improves web accessibility against practical WCAG-oriented checks. | officialskills.sh |
How to choose
Section titled “How to choose”- Inspect a real web page instead of guessing from source code alone.
- Capture evidence such as screenshots, traces, audits, or structured findings.
- Separate one-off browser operation from durable regression testing.
Avoid this category when
Section titled “Avoid this category when”- The task only needs static documentation or source reading.
- The site requires credentials or sessions the agent cannot access.
- The expected output is a maintained test suite and the project already has a test framework.
Decision table
Section titled “Decision table”| Check | Guidance |
|---|---|
| Main dependency | Browser, CLI, or target URL depending on the skill |
| Best first use | Run it on a low-risk page or local preview and capture one concrete finding. |
| Smallest safe scope | Start with a low-risk example, preview environment, small file, or read-only target so the result can be reviewed. |
| When to switch | If the task falls outside this category’s real boundary, go back to the Awesome Skills overview and choose a closer category. |
Reading order
Section titled “Reading order”- Playwright Skill - Automates a real browser from the terminal with
playwright-clifor navigation, forms, snapshots, screenshots, extraction, and UI-flow debugging. - Webapp Testing Skill - Tests local web applications using Playwright-oriented workflows.
- Playwright Interactive Skill - Provides persistent browser and Electron interaction through an interactive JavaScript REPL.
- Web Quality Audit Skill - Runs broad web quality reviews across performance, accessibility, SEO, and best practices.
- Core Web Vitals Skill - Diagnoses and improves LCP, INP, and CLS issues.
- Accessibility Skill - Audits and improves web accessibility against practical WCAG-oriented checks.
Nearby categories
Section titled “Nearby categories”- Frontend and Design - Skills for UI composition, framework patterns, design reviews, and frontend implementation decisions.
- Deployment and Platform Ops - Skills for deploying, configuring, and operating cloud platforms and hosting providers.
- Security and Review - Skills for threat modeling, static analysis, code review, and security-focused investigation.
- Documents and Knowledge Work - Skills for office files, PDFs, documentation research, and knowledge capture workflows.
Sources
Section titled “Sources”- VoltAgent Awesome Agent Skills: https://github.com/VoltAgent/awesome-agent-skills
- officialskills.sh: https://officialskills.sh/
- Agent Skills standard: https://agentskills.io/