ci

★ 6.6 · devops

ci is a Claude Code skill that provides production-ready CI/CD configurations for Playwright across GitHub Actions, GitLab CI, CircleCI, Azure DevOps, and Jenkins. It bundles 9 guides covering CI provider setup, parallel execution with `--shard=N/M` splitting, containerized runs using the official `mcr.microsoft.com/playwright` Docker image, reporting and artifact uploads, code coverage, and global setup/teardown for reusing authentication state across workers. Built-in golden rules address browser binary caching in `~/.cache/ms-playwright`, trace capture on first retry, and uploading HTML reports on failure to speed up debugging. Ideal for teams looking to run reliable Playwright test suites at scale and investigate flaky tests without slowing down every pipeline run.