agentsclimarketplace

Ci

Skill jovd83/playwright-skill/ci

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.From its SKILL.md

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

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

2.1 KB, 305 tokens by cl100k_base, as published. Nobody here has run it

Playwright CI

Use this skill when the main problem is pipeline execution rather than test authoring.

CI Standards

  1. Prefer deterministic setup over clever pipeline shortcuts.
  2. Capture traces, screenshots, and reports where they help triage failures quickly.
  3. Scale horizontally with sharding before over-sizing single runners.
  4. Cache browser binaries and other stable dependencies deliberately.
  5. Keep CI retries informative, not silent flake camouflage.

Read by Need

NeedGuide
GitHub Actionsci-github-actions.md
GitLab CIci-gitlab.md
Other providersci-other.md
Sharding and scalingparallel-and-sharding.md, projects-and-dependencies.md
Containersdocker-and-containers.md
Reports and artifactsreporting-and-artifacts.md
Coverage and setup orchestrationtest-coverage.md, global-setup-teardown.md

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.

What ships with it: 10 files

131.6 KB alongside SKILL.md

agents/

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.