github-actions-starter
SKILL.md
GitHub Actions Starter
Build robust CI/CD pipelines with GitHub Actions for automated testing, building, and deployment.
When to Use
- Automated testing on push/pull request
- Building and publishing Docker images
- Deploying to production
- Running linters and security scans
- Publishing releases
- Scheduled tasks and backups
- Multi-environment deployments
Workflow Structure
GitHub Actions workflows are YAML files in .github/workflows/ directory.