CI/CD

Continuous integration and deployment

Showing 1-24 of 1367 skills
openai

pnpm-upgrade

by openai

'Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.'

Automation 3.4K 5mo ago
openai

babysit-pr

by openai

Babysit a GitHub pull request after creation by continuously polling CI checks/workflow runs, new review comments, and mergeability state until the PR is ready to merge (or merged/closed). Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and stop only when user help is required (for example CI infrastructure issues, exhausted flaky retries, or ambiguous/blocking situations). Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

Automation 100K 4mo ago
openai

code-change-verification

by openai

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.

Automation 3.4K 5mo ago
vercel

workflow-init

by vercel

Install and configure Vercel Workflow DevKit before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow devkit", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.

Automation 2.2K 5mo ago
openai

integration-tests

by openai

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.

Automation 3.4K 5mo ago
microsoft

aspire-ts

by microsoft

Orchestrate JavaScript/TypeScript applications with .NET Aspire. Use when building Node.js APIs, React/Vue/Svelte frontends, or Vite apps that need service discovery, telemetry, and deployment orchestration via Aspire's AppHost. Covers AddViteApp, AddNodeApp, AddJavaScriptApp, package managers, OpenTelemetry, and polyglot integration patterns.

Automation 2.8K 5mo ago
affaan-m

continuous-agent-loop

by affaan-m

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

Agents 231.8K 3mo ago
openai

vercel-deploy

by openai

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

Automation 24K 5mo ago
Orchestra-Research

nemo-evaluator-sdk

by Orchestra-Research

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

CI/CD 10.9K 6mo ago
microsoft

azure-pipelines

by microsoft

Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs.

CI/CD 187.8K 5mo ago
vercel

pr-status-triage

by vercel

Triage CI failures and PR review comments using scripts/pr-status.js. Use when investigating failing CI jobs, flaky tests, or PR review feedback. Covers blocker-first prioritization (build > lint > types > tests), CI env var matching for local reproduction, and the Known Flaky Tests distinction.

Automation 141K 5mo ago
nilstate

icey-server-operator

by nilstate

Safely build, validate, package, release, and operate the icey-server CLI and media server surface.

CI/CD 51 2mo ago
vercel

deploy

by vercel

Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".

CI/CD 13 7mo ago
Afuxh

hot-news-aggregator

by Afuxh

生成可配置的热点聚合网站,支持30+数据源、智能评分、8维AI价值标签、全量AI评论+行动引导、原出处标注、暗色模式、邮件订阅、多平台部署。当用户说热点网站、热点聚合、news aggregator、生成网站时触发。

Automation 0 1mo ago
PostHog

ingestion-pipeline-doctor-nodejs

by PostHog

Ingestion pipeline architecture overview and convention reference. Use when you need a quick orientation to the pipeline framework or want to know which doctor agent to use for a specific concern.

CI/CD 37.1K 4mo ago
codewithmukesh

architecture-advisor

by codewithmukesh

Architecture selection advisor for .NET applications. Asks structured questions about domain complexity, team size, system lifetime, compliance, and integration needs, then recommends the best-fit architecture: Vertical Slice, Clean Architecture, DDD + Clean Architecture, or Modular Monolith. Load this skill when the user asks "which architecture", "choose architecture", "set up project", "new project", "architecture decision", "restructure", or "how should I organize". Always load BEFORE any architecture-specific skill.

API Dev 561 5mo ago
prowler-cloud

prowler

by prowler-cloud

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).

API Dev 14.4K 5mo ago
prowler-cloud

prowler-ci

by prowler-cloud

Helps with Prowler repository CI and PR gates (GitHub Actions workflows). Trigger: When investigating CI checks failing on a PR, PR title validation, changelog gate/no-changelog label, conflict marker checks, secret scanning, CODEOWNERS/labeler automation, or anything under .github/workflows.

CI/CD 14.4K 6mo ago
prowler-cloud

prowler-ui

by prowler-cloud

Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-15, tailwind-4. Trigger: When working inside ui/ on Prowler-specific conventions (shadcn vs HeroUI legacy, folder placement, actions/adapters, shared types/hooks/lib).

CI/CD 14.4K 6mo ago
jezweb

cloudflare-worker-builder

by jezweb

Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Workflow: describe project, scaffold structure, configure bindings, deploy. Use when creating Workers projects, setting up Hono/Vite, configuring D1/R2/KV bindings, or troubleshooting export syntax errors, API route conflicts, HMR issues, or deployment failures.

API Dev 935 5mo ago
hotovo

skill-creator

by hotovo

Create AiderDesk Agent Skills by writing SKILL.md files, defining frontmatter metadata, structuring references, and organizing skill directories. Use when building a new skill, creating a SKILL.md, planning skill architecture, or writing skill content.

Agents 1.3K 4mo ago
cursor

loop-on-ci

by cursor

Watch CI runs and iterate on failures until all checks pass

CI/CD 2.4K 5mo ago
cursor

fix-ci

by cursor

Find failing CI jobs, inspect logs, and apply focused fixes

CI/CD 2.4K 5mo ago
TheBushidoCollective

act-workflow-syntax

by TheBushidoCollective

Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.

Automation 179 5mo ago