github-actions-templates

Automate setup of GitHub Actions workflows for CI/CD pipelines.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Immanuel-Aristotle/agents --skill github-actions-templates-immanuel-aristotle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-templates
Source: https://github.com/Immanuel-Aristotle/agents/tree/main/skills/github-actions-templates
Command: npx skills add https://github.com/Immanuel-Aristotle/agents --skill github-actions-templates-immanuel-aristotle

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

Core Features & Use Cases

  • Pattern-based workflows for common CI/CD tasks (Test, Build and Push Docker Image, Deploy to Kubernetes, Matrix Build, Security Scanning, Reusable Workflows).
  • Reference templates and assets to customize workflows for your tech stack.
  • Supports best practices like explicit action versioning, caching, secrets handling, and environment protections.

Quick Start

Choose a pattern that matches your project, then adapt the provided workflow templates in assets to your repository and place them under .github/workflows.

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 production-ready GitHub Actions workflows for CI/CD pipelines?

GitHub Actions workflow patterns for common CI/CD tasks are automated through reference templates covering testing, building, Docker image handling, Kubernetes deployments, matrix builds, security scanning, and reusable workflows.

What's the best way to automate Docker image handling and Kubernetes deployments in GitHub Actions?

Automating Docker image handling and Kubernetes deployments in GitHub Actions is achieved by adapting specific build-and-push and deployment workflow templates. These templates incorporate explicit action versioning, caching, and environment-specific deployment patterns for production readiness.

Does this GitHub Actions template collection support secrets management and environment protections?

Yes, these GitHub Actions templates fully support secrets management and environment protections as core features. The patterns ensure secure handling of sensitive data and restrict deployments across different environment contexts.

Can I use reusable workflows and matrix builds for automated testing across different environments?

Yes, reusable workflows and matrix builds are supported for automated testing across different environments. The templates provide explicit patterns for defining reusable logic and running tests across multiple configurations simultaneously.

Do I need explicit action versioning and security scanning checks for my CI/CD pipelines?

Explicit action versioning and security scanning checks are required for robust CI/CD pipelines. The templates enforce explicit version pinning and include dedicated security scanning patterns to identify vulnerabilities during the build process.