SkillDex
CodexOther skillTesting / QAactive

Playwright

A Codex Skill for automating a real browser from the terminal for navigation, form work, screenshots, snapshots, extraction, and UI-flow debugging.

Overview

Use this reference when a task needs browser automation through Playwright CLI-style workflows rather than static code inspection alone.

What this Skill can do

  • Automates browser navigation and interaction workflows.
  • Supports screenshots and accessibility-style snapshots for UI checks.
  • Helps debug UI flows with real browser behavior.
  • Can extract visible page data during browser sessions.

Best use cases

  • Checking a UI flow in a real browser.
  • Capturing screenshots or snapshots while debugging a page.
  • Filling forms and validating browser-visible behavior.

Not suitable for

  • Replacing application unit tests.
  • Automating sites without authorization.
  • Executing browser actions from SkillDex itself.

Inputs

  • A target URL or local development server URL.
  • The browser flow to inspect or automate.
  • Expected visual or interaction outcome.

Outputs

  • Browser interaction findings.
  • Screenshots, snapshots, traces, or extracted page facts when requested.
  • UI-flow debugging notes.

Compatibility

Tools: Codex

Environments: Codex CLI or compatible Codex skill runtime, Node.js environment with browser automation support

  • Requires an authorized target app or page to automate.
  • Browser automation depends on local Playwright-compatible tooling.

SkillDex provides prompts and source links only, not browser execution.

Evidence summary

implementedVerified 2026-07-02
  • Source directoryrepo

    Public source directory and license metadata are represented as reference-only catalog evidence.

Related projects

Related projects are derived from project records for navigation and portfolio context. They do not replace evidence artifacts, prove shipment, or prove that this Skill was used in a project.

  • Project evidence status: prototypeProject record updated: 2026-07-02
    Bug Hunter Replay

    Portfolio project record for replaying bug reports, logs, and verification evidence through a structured debugging loop.

    Open project record
  • Project evidence status: researchProject record updated: 2026-07-02
    LoopEngineering

    Portfolio project record for iterative plan-build-review loops in AI engineering work.

    Open project record

Safe example prompts

Debug a form flow

Use the Playwright skill to open the local app, complete the signup form, and report where the flow fails or succeeds.

Capture UI evidence

Use the Playwright skill to capture a screenshot and page snapshot of the dashboard after login.

Installation / usage

Reference the upstream curated Skill directory.

  1. 1Open the GitHub source directory for the Skill.
  2. 2Review its Playwright CLI prerequisites before using it with Codex.

Source metadata

Author
openai
License
Apache-2.0
Indexed
2026-05-21
Reviewed
2026-05-21