ci-cd

Installation
SKILL.md

CI/CD Skill

Automate testing, building, and deployment with GitHub Actions.

Directory Structure

.github/
├── workflows/
│   ├── ci.yml              # Continuous integration
│   ├── deploy.yml          # Deployment
│   └── release.yml         # Release automation
└── dependabot.yml          # Dependency updates

Basic CI Workflow

Installs
7
GitHub Stars
1
First Seen
Mar 4, 2026
ci-cd — profpowell/vanilla-breeze