Ci skills
Free agent skills tagged ci, ready to install into any SKILL.md-compatible agent.
18 skills
Blocking-IO Guard
bytedance
Protect your async code from blocking I/O issues.
CI Replicate & Status
google-gemini
Streamline CI failure monitoring and local replication.
Native SDK Automation
vercel-labs
Automate and verify Native SDK applications with ease.
Test-Driven Repair
ruvnet
Automatically fix failing tests without modifying them.
Triage CI Failure
payloadcms
Streamline your CI test failure investigations.
Deploy
jeremylongshore
Automate your deployment process with quality gates.
Playwright E2E Test Suite Builder
davila7
Build and manage Playwright E2E test suites efficiently.
DDD Validate
ruvnet
Ensure domain boundary integrity in your codebase.
Fixing Flaky Tests
posthog
Stabilize your CI tests with precise root cause analysis.
Checking Deploy Timing
posthog
Quickly determine when code changes were deployed in PostHog.
GitHub Pull Request Workflow
nousresearch
Streamline your GitHub PR lifecycle management.
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.
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.
