github-actions-templates

Provide ready-to-use GitHub Actions YAML templates for CI/CD workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It simplifies the creation and management of CI/CD workflows by providing reusable templates for automating testing, building, deploying, and scanning code on GitHub.

Core Features & Use Cases

  • Workflow Pattern Templates: Ready-made YAML patterns for testing, deployment, Docker image management, and more.
  • Reusable Workflows: Modular components that can be integrated into multiple projects for consistency.
  • Use Case: Set up a continuous integration pipeline that runs tests across multiple Node.js versions with minimal configuration.

Quick Start

Use the github-actions-templates skill to quickly implement a standard CI/CD workflow for your project.

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 using prebuilt templates?

You can set up a GitHub Actions CI/CD pipeline by leveraging ready-to-use YAML workflow templates for testing, deployment, and security scanning. These reusable patterns provide standardized pipeline configurations to automate your release cycles with minimal setup.

What are reusable workflows in GitHub Actions and when do I need them?

Reusable workflows in GitHub Actions are modular YAML components that can be integrated into multiple projects for consistency. You need them when managing CI/CD pipelines across several repositories to ensure standardized testing, building, and deployment patterns.

Can I run CI tests across multiple Node.js versions with these GitHub Actions templates?

Yes, you can run continuous integration tests across multiple Node.js versions using the provided workflow templates. The templates allow you to implement matrix testing configurations with minimal setup to ensure code compatibility across different environments.

Do I need external dependencies to use these GitHub Actions workflow templates?

No external dependencies are required to use these GitHub Actions workflow templates beyond standard GitHub Actions. The templates provide self-contained YAML patterns for CI/CD automation, enabling immediate implementation for testing, building, and deploying code.

What's the best way to standardize Docker image management in a GitHub Actions workflow?

The best way to standardize Docker image management is by using prebuilt workflow patterns designed for building and managing containers. These templates provide reusable YAML configurations to integrate Docker operations seamlessly into your CI/CD pipelines.

Does this approach support security scanning as part of a CI/CD pipeline?

Yes, this approach supports security scanning as part of a CI/CD pipeline through ready-to-use YAML templates. The workflow patterns enable you to implement automated security checks alongside testing and deployment to improve overall code quality.