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