CI-CD

Installation
SKILL.md

When to Use

Trigger on: automated deployment, continuous integration, pipeline setup, GitHub Actions, GitLab CI, build failing, deploy automatically, CI configuration, release automation.

Platform Selection

Stack Recommended Why
Web (Next.js, Nuxt, static) Vercel, Netlify Zero-config, auto-deploys, preview URLs
Mobile (iOS/Android/Flutter) Codemagic, Bitrise + Fastlane Pre-configured signing, app store upload
Backend/Docker GitHub Actions, GitLab CI Full control, self-hosted runners option
Monorepo Nx/Turborepo + GHA Affected detection, build caching

Decision tree: If platform handles deploy automatically (Vercel, Netlify) → skip custom CI. Only add GitHub Actions when you need tests, custom builds, or deploy to your own infra.

Quick Start Templates

For copy-paste workflows, see templates.md.

Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 5, 2026
CI-CD — openclaw/skills