---
name: dokhacgiakhoa/github-actions-templates
source: https://app.decimal.ai/s/dokhacgiakhoa-github-actions-templates@1/SKILL.md
source_sha256: 5da8af8adf10
---

# GitHub Actions Templates

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

## Do not use this skill when

- The task is unrelated to github actions templates
- You need a different domain or tool outside this scope

## Instructions

- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open `resources/implementation-playbook.md`.

## Purpose

Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks.

## Use this skill when

- Automate testing and deployment
- Build Docker images and push to registries
- Deploy to Kubernetes clusters
- Run security scans
- Implement matrix builds for multiple environments

## Common Workflow Patterns

## 🧠 Knowledge Modules (Fractal Skills)

### 1. [Pattern 1: Test Workflow](./sub-skills/pattern-1-test-workflow.md)
### 2. [Pattern 2: Build and Push Docker Image](./sub-skills/pattern-2-build-and-push-docker-image.md)
### 3. [Pattern 3: Deploy to Kubernetes](./sub-skills/pattern-3-deploy-to-kubernetes.md)
### 4. [Pattern 4: Matrix Build](./sub-skills/pattern-4-matrix-build.md)