Install
$ agentstack add skill-jovd83-playwright-skill-orchestrator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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:
- the inferred task type,
- the subskill you are using,
- any high-impact assumption,
- 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.
- Author: jovd83
- Source: jovd83/playwright-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.