Skip to content

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.

SkillBest forSource
Playwright SkillAutomates a real browser from the terminal with playwright-cli for navigation, forms, snapshots, screenshots, extraction, and UI-flow debugging.officialskills.sh
Webapp Testing SkillTests local web applications using Playwright-oriented workflows.officialskills.sh
Playwright Interactive SkillProvides persistent browser and Electron interaction through an interactive JavaScript REPL.officialskills.sh
Web Quality Audit SkillRuns broad web quality reviews across performance, accessibility, SEO, and best practices.officialskills.sh
Core Web Vitals SkillDiagnoses and improves LCP, INP, and CLS issues.officialskills.sh
Accessibility SkillAudits and improves web accessibility against practical WCAG-oriented checks.officialskills.sh
  • 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.
  • 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.
CheckGuidance
Main dependencyBrowser, CLI, or target URL depending on the skill
Best first useRun it on a low-risk page or local preview and capture one concrete finding.
Smallest safe scopeStart with a low-risk example, preview environment, small file, or read-only target so the result can be reviewed.
When to switchIf the task falls outside this category’s real boundary, go back to the Awesome Skills overview and choose a closer category.
  1. Playwright Skill - Automates a real browser from the terminal with playwright-cli for navigation, forms, snapshots, screenshots, extraction, and UI-flow debugging.
  2. Webapp Testing Skill - Tests local web applications using Playwright-oriented workflows.
  3. Playwright Interactive Skill - Provides persistent browser and Electron interaction through an interactive JavaScript REPL.
  4. Web Quality Audit Skill - Runs broad web quality reviews across performance, accessibility, SEO, and best practices.
  5. Core Web Vitals Skill - Diagnoses and improves LCP, INP, and CLS issues.
  6. Accessibility Skill - Audits and improves web accessibility against practical WCAG-oriented checks.
  • 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.