github-actions-templates

Provide GitHub Actions YAML templates for CI/CD pipelines with Docker builds and Kubernetes deployments.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/devkit-stack/Claude --skill github-actions-templates-devkit-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-templates
Source: https://github.com/devkit-stack/Claude/tree/main/.claude/skills/github-actions-templates
Command: npx skills add https://github.com/devkit-stack/Claude --skill github-actions-templates-devkit-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the boilerplate work of setting up CI/CD pipelines by providing production-ready GitHub Actions workflow templates that you can adapt to your projects.

Core Features & Use Cases

  • Test Workflow: A CI workflow that runs on pushes and pull requests with a matrix of environments.
  • Build & Push Docker Image: Build and push container images to registries with caching and tagging.
  • Deploy to Kubernetes: Deploy manifests to Kubernetes clusters and verify rollout status.
  • Matrix Builds: Run multi-OS/versions matrices for broad compatibility.
  • Reusable Workflows & Security Scanning: Include reusable workflows and integrate security scans where appropriate.

Quick Start

Copy assets/test-workflow.yml to .github/workflows or customize and reuse assets/deploy-workflow.yml and assets/matrix-build.yml to bootstrap deployments.

Frequently Asked Questions about github-actions-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a GitHub Actions CI/CD pipeline for Docker and Kubernetes?

To set up a GitHub Actions CI/CD pipeline, copy the provided YAML templates into your .github/workflows directory to automate Docker builds, Kubernetes deployments, and security checks.

What is the best way to automate multi-environment testing with GitHub Actions?

Automating multi-environment testing uses matrix build templates that run tests across multiple operating systems and versions on pushes and pull requests for broad compatibility.

Do I need to install external software to use these GitHub Actions workflows?

No external software installation is required to use these GitHub Actions workflows beyond standard GitHub Actions, as they rely on YAML templates stored as local assets.

Can I reuse GitHub Actions workflows across different tech stacks?

Yes, you can reuse GitHub Actions workflows across multiple tech stacks by leveraging the provided reusable workflow templates designed for consistent CI/CD pipelines.

How do I add security scanning to my GitHub Actions CI workflow?

To add security scanning to your GitHub Actions CI workflow, integrate the security scan templates included in the assets folder directly into your existing YAML pipeline configuration.