github-actions-templates

Automate CI/CD workflows with GitHub Actions templates for Node.js, Docker, and Kubernetes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines building, testing, and deploying applications by providing production-ready GitHub Actions workflow templates that can be copied and adapted across projects.

Core Features & Use Cases

  • Test workflows: standardize running tests, linters, and coverage in CI pipelines.
  • Build, test, and deploy: templates to build Docker images, push to registries, and deploy to Kubernetes.
  • Reusable workflows: share common CI/CD blocks through parameterized templates and reference them in your repos.

Quick Start

Copy a template from assets or reference a reusable workflow and adapt repository-specific inputs.

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 reusable GitHub Actions workflows for Kubernetes deployments?

Reusable GitHub Actions workflows for Kubernetes deployments are set up by copying parameterized workflow templates and adapting repository-specific inputs. These templates standardize building Docker images, pushing to registries, and deploying to Kubernetes clusters.

What is the best way to automate Docker image building and pushing in CI pipelines?

Automating Docker image building and pushing in CI pipelines is best handled by using production-ready GitHub Actions templates. These templates provide standardized workflow patterns to build, test, and push images to registries across multiple projects.

Can I use matrix builds for Node.js testing in GitHub Actions?

Yes, matrix builds for Node.js testing are supported in GitHub Actions templates. The templates include patterns to standardize running tests, linters, and coverage checks across multiple Node.js versions and environments.

Do I need separate configurations for security scanning in GitHub Actions?

Separate configurations for security scanning in GitHub Actions are not strictly needed. The provided templates include security scanning patterns alongside testing, building, and deploying workflows to integrate vulnerability checks directly into your CI/CD pipeline.

How do I share common CI/CD blocks across multiple repositories?

Sharing common CI/CD blocks across multiple repositories is done through reusable GitHub Actions workflows. You reference parameterized templates from your assets and adapt the repository-specific inputs to streamline pipeline development.

What limitations exist when using workflow templates for Docker and Kubernetes deployments?

Workflow templates for Docker and Kubernetes deployments require adapting repository-specific inputs to function correctly. While they provide production-ready patterns, you must ensure your Kubernetes cluster and Docker registry configurations align with the template parameters.