agentsclimarketplace

Core

Skill jovd83/playwright-skill/core

Core Playwright implementation skill for resilient test authoring and debugging. Use when Codex needs practical Playwright guidance for locators, assertions, fixtures, authentication, network behavior, API testing, component testing, debugging, framework-specific recipes, or broader test architecture decisions.From its SKILL.md

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

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.

SKILL.md

3.6 KB, 664 tokens by cl100k_base, as published. Nobody here has run it

Playwright Core

Use this skill for day-to-day Playwright implementation work. It is the foundation of the pack and should be the default path when the user wants tests written, fixed, or reviewed.

Core Standards

  1. Prefer getByRole() and other user-facing locators over brittle selectors.
  2. Prefer web-first assertions over manual sleeps or ad hoc polling.
  3. Keep tests isolated and independent of execution order.
  4. Use baseURL, fixtures, and reusable setup instead of hardcoded environment drift.
  5. Mock external dependencies selectively; do not mask the system under test without a reason.
  6. Choose the lightest test type that still validates the real risk.

Read by Need

NeedGuide
Locators and selector strategylocators.md, locator-strategy.md, locator-resilience.md
Assertions, waiting, and async behaviorassertions-and-waiting.md, debugging.md, flaky-tests.md
Test structure and datatest-organization.md, test-architecture.md, fixtures-and-hooks.md, test-data-management.md
Authentication and browser stateauthentication.md, auth-flows.md
API and network behaviorapi-testing.md, network-mocking.md, when-to-mock.md, api-handler-hardening.md
UI capability areasforms-and-validation.md, crud-testing.md, file-upload-download.md, drag-and-drop.md, search-and-filter.md
Reliability and diagnosticscommon-pitfalls.md, error-index.md, error-and-edge-cases.md, stability-diagnostics.md, preflight.md
Specialized environmentsmobile-and-responsive.md, component-testing.md, browser-apis.md, service-workers-and-pwa.md, electron-testing.md
Framework recipesreact.md, nextjs.md, vue.md, angular.md

Scope

  • Use this skill for implementation guidance and debugging patterns.
  • Move to ../pom/SKILL.md when the main problem is test architecture ownership.
  • Move to ../ci/SKILL.md when the main problem is pipeline execution.

What ships with it: 54 files

1442.0 KB alongside SKILL.md

agents/

14 more files not listed here. See all 54 in the repository.

Keep looking

Skills are one crate of 325,949. 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.