github-actions-templates

★ 8.5 · devops

github-actions-templates is a Claude Code skill that generates production-ready GitHub Actions workflows for automated testing, building, and deploying applications. It covers four core patterns: matrix builds across Node.js 18/20 and Python 3.9–3.12 on ubuntu, macos, and windows runners; Docker image builds with push to ghcr.io using GitHub Actions Cache for faster pipelines; Kubernetes deployments via AWS EKS with rollout verification; and filesystem vulnerability scanning with Trivy. The skill also supports reusable workflows via workflow_call, proper permissions scoping, secrets management, and approval gates for production environments. It is aimed at developers and DevOps engineers who need to set up a reliable CI/CD pipeline on GitHub Actions while following security best practices and keeping build times low.