github-actions-templates
Installation
Summary
Production-ready GitHub Actions workflow templates for testing, building, and deploying applications.
- Includes four core workflow patterns: testing with matrix builds, Docker image building and pushing, Kubernetes deployment, and multi-OS/multi-version matrix builds
- Covers security scanning with Trivy and Snyk, reusable workflows for DRY CI/CD, and deployment approvals with environment protection rules
- Provides best practices including dependency caching, secret management, specific action versioning, and status checks on pull requests
- Supports multiple tech stacks and deployment targets including container registries, Kubernetes clusters, and AWS infrastructure
SKILL.md
GitHub Actions Templates
Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
Purpose
Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks.
When to Use
- Automate testing and deployment
- Build Docker images and push to registries
- Deploy to Kubernetes clusters
- Run security scans
- Implement matrix builds for multiple environments