AgentSkillsCN

github-actions-templates

为自动化测试、构建与部署应用,创建生产就绪的 GitHub Actions 工作流。当您需要通过 GitHub Actions 设置 CI/CD,自动化开发流程,或创建可复用的工作流模板时,可选用此技能。

SKILL.md
--- frontmatter
version: 4.1.0-fractal
name: github-actions-templates
description: Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

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

2. Pattern 2: Build and Push Docker Image

3. Pattern 3: Deploy to Kubernetes

4. Pattern 4: Matrix Build