| name | playwright-ci |
| description | CI and delivery skill for Playwright automation. Use when Codex needs to design, debug, or optimize Playwright execution in GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, sharded pipelines, artifact workflows, or shared setup and teardown. |
| metadata | {"author":"jovd83","version":"2.0.0","dispatcher-category":"testing","dispatcher-capabilities":"ci-configuration, playwright-ci","dispatcher-accepted-intents":"configure_playwright_ci, optimize_playwright_execution","dispatcher-input-artifacts":"repo_context, ci_pipeline, playwright_config","dispatcher-output-artifacts":"ci_guidance, execution_plan, pipeline_update","dispatcher-stack-tags":"playwright, ci, automation","dispatcher-risk":"medium","dispatcher-writes-files":true} |
Playwright CI
Use this skill when the main problem is pipeline execution rather than test authoring.
CI Standards
- Prefer deterministic setup over clever pipeline shortcuts.
- Capture traces, screenshots, and reports where they help triage failures quickly.
- Scale horizontally with sharding before over-sizing single runners.
- Cache browser binaries and other stable dependencies deliberately.
- Keep CI retries informative, not silent flake camouflage.
Read by Need
Output Bias
When solving CI tasks, prefer:
- concrete workflow or pipeline changes,
- exact commands and cache locations,
- artifact and failure-diagnostics recommendations,
- explicit tradeoffs when the pipeline needs faster feedback versus deeper debugging.