AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Playwright Orchestrator

skill-jovd83-playwright-skill-orchestrator · by jovd83

Central entrypoint for broad or ambiguous Playwright requests. Use when Codex needs to classify the user's testing goal, choose the right Playwright subskill, and move from intent to implementation, planning, documentation, execution, or reporting without unnecessary menu-driven back-and-forth.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-jovd83-playwright-skill-orchestrator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jovd83-playwright-skill-orchestrator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Playwright Orchestrator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Playwright Orchestrator

Use this skill when the user asks for Playwright help but the exact workflow is not yet obvious. Its job is to classify the task, route to the right subskill, and keep the work moving.

Routing Principles

  • Infer the task type when the user already gave enough context.
  • Ask a clarifying question only when the answer would materially change the artifact, scope, or next tool.
  • Do not stop for a menu when the user already asked for a concrete deliverable.
  • Prefer the smallest capable subskill instead of loading the whole pack.

Route by Intent

| If the user wants to... | Route to... | |---|---| | write, fix, or review Playwright tests | [../core/SKILL.md](../core/SKILL.md) | | choose between fixtures, POMs, and helpers | [../pom/SKILL.md](../pom/SKILL.md) | | set up or debug CI execution | [../ci/SKILL.md](../ci/SKILL.md) | | migrate from Cypress or Selenium | [../migration/SKILL.md](../migration/SKILL.md) | | drive a browser from the terminal | [../playwright-cli/SKILL.md](../playwright-cli/SKILL.md) | | derive requirements from tickets or specs | [../analysis/SKILL.md](../analysis/SKILL.md) | | produce or refine a coverage plan | [../coverageplan/generation/SKILL.md](../coverageplan/generation/SKILL.md) and [../coverageplan/review/SKILL.md](../coverageplan/review/SKILL.md) | | write test documentation or convert case formats | dispatch render_test_artifact through skill-dispatcher, or fall back to C:\projects\skills\test-artifact-export-skill\SKILL.md | | investigate failures | [../documentation/rootcause/SKILL.md](../documentation/rootcause/SKILL.md) | | create handoff or resume-state artifacts | [../documentation/handover/SKILL.md](../documentation/handover/SKILL.md) and [../documentation/session-state/SKILL.md](../documentation/session-state/SKILL.md) | | export test cases to external test-management systems | dispatch render_test_artifact through skill-dispatcher, or fall back to C:\projects\skills\test-artifact-export-skill\SKILL.md | | report execution to external test-management systems | the relevant [../mappers/](../mappers/), or [../reporters/](../reporters/) subskill |

Execution Contract

After routing, do the work. Do not just announce the destination skill.

When helpful, state:

  1. the inferred task type,
  2. the subskill you are using,
  3. any high-impact assumption,
  4. the artifact you are about to produce.

Shared Guardrails

  • Prefer web-first assertions and resilient, user-facing locators.
  • Do not write placeholder tests or claim implementation is complete when it is blocked.
  • Keep setup and state in fixtures, UI behavior in page objects when repetition or complexity justifies them, and helpers stateless.
  • Mock third-party dependencies selectively; do not mock away the system under test by default.
  • Keep planning and documentation traceable to requirements and executable automation when those artifacts exist.

Escalation Rules

  • If the task is underspecified but low risk, make a reasonable assumption and state it.
  • If the task affects scope, cost, or long-lived structure, pause and get the missing decision.
  • If multiple subskills are required, use them in sequence and keep the handoff between them explicit.
  • Treat direct sibling-skill paths as a compatibility fallback when dispatcher routing is unavailable.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.