ci-cd-deployment
SKILL.md
CI/CD & Deployment
When to use this skill
- Configuring GitHub Actions workflows.
- Setting up automated deployments.
- Configuring test runners in CI.
1. GitHub Actions
- Triggers:
on: pushfor branches,on: pull_requestfor verification. - Caching: Always cache dependencies (npm, pip, composer) to speed up builds.
- uses: actions/setup-node@v4 with: node-version: 18 cache: 'npm'
2. Deployment
- Atomic: Deployment should be atomic (zero downtime).
- Migration: Run DB migrations during deployment, but ensure backward compatibility.
- Secrets: Use repo secrets; never strict commit credentials.
Weekly Installs
3
Repository
sraloff/gravitybootsGitHub Stars
2
First Seen
Feb 21, 2026
Security Audits
Installed on
opencode3
gemini-cli3
github-copilot3
codex3
kimi-cli3
amp3