New to Claude Skills? Learn how to install them →

Ci skills

Free agent skills tagged ci, ready to install into any SKILL.md-compatible agent.

B

Blocking-IO Guard

bytedance

Protect your async code from blocking I/O issues.

Developer ToolsintermediatePython · Shell79.7k repo
C

CI Replicate & Status

google-gemini

Streamline CI failure monitoring and local replication.

Developer ToolsintermediateNode106.4k repo
N

Native SDK Automation

vercel-labs

Automate and verify Native SDK applications with ease.

Developer ToolsintermediateShell7.4k repo
T

Test-Driven Repair

ruvnet

Automatically fix failing tests without modifying them.

Developer ToolsintermediateNode · Shell67.6k repo
T

Triage CI Failure

payloadcms

Streamline your CI test failure investigations.

Developer ToolsintermediateNode · Shell44.1k repo

Deploy

jeremylongshore

Automate your deployment process with quality gates.

Developer ToolsintermediateNode · Shell2.6k repo
P

Playwright E2E Test Suite Builder

davila7

Build and manage Playwright E2E test suites efficiently.

Developer ToolsintermediateNode30.2k repo

DDD Validate

ruvnet

Ensure domain boundary integrity in your codebase.

Developer ToolsintermediateShell67.6k repo

Fixing Flaky Tests

posthog

Stabilize your CI tests with precise root cause analysis.

Developer ToolsintermediateShell37.6k repo

Checking Deploy Timing

posthog

Quickly determine when code changes were deployed in PostHog.

Developer ToolsintermediateShell37.6k repo

GitHub Pull Request Workflow

nousresearch

Streamline your GitHub PR lifecycle management.

Developer ToolsintermediatePython · Shell228.5k repo

Pull Request

Open a draft pull request on GitHub and drive CI review rounds until it is ready. MUST use when you want to create/open a PR.

Local Codex Review

Run the CI Codex PR review locally against this branch's unpushed work (committed + uncommitted) before pushing. Same policy, model, and reasoning effort as the codex-pr-review GitHub action.

Writing Tests

Gates whether a new test should exist and forces it to be efficient, protecting CI from low-value test bloat. Use before adding or substantially changing any pytest, Jest, or Playwright test — whenever an agent or engineer is about to write tests for a new feature, bugfix, or PR. Front-loads the value bar (every test must catch a realistic regression no existing test already catches; test behavior through the public interface, not implementation details; collapse near-duplicates into parameterized cases) and the efficiency bar (deterministic, isolated, fast; pick the cheapest test level; Django TestCase over TransactionTestCase; no sleeps, no real network). Includes a "don't write it" decision tree. For fixing an existing flaky test use `/fixing-flaky-tests`; after this gate says a Playwright test is warranted, use `/playwright-test` for mechanics.

O

OpenClaw Testing

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

Create Pull Request

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

Smoke Tests

Use when running VS Code smoke tests or working on smoke-test CI steps. Covers npm run smoketest / smoketest-no-compile, grep filtering tests, and a temporary repeat-loop technique for tracking down flaky smoke tests in CI.

Playwright Test Results

Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts.