github-actions-builder

Generates GitHub Actions CI/CD workflows for common frameworks and use cases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AngelCantugr/fantastic-engine --skill github-actions-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-builder
Source: https://github.com/AngelCantugr/fantastic-engine/tree/main/.claude/skills/github-actions-builder
Command: npx skills add https://github.com/AngelCantugr/fantastic-engine --skill github-actions-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires act.

What problem does it solve?

Setting up continuous integration and deployment (CI/CD) pipelines can be complex, requiring knowledge of YAML syntax, triggers, jobs, and actions. This Skill simplifies GitHub Actions workflow creation.

Core Features & Use Cases

  • Workflow Generation: Creates CI/CD workflows for Node.js, Python, Docker build/push, AWS deployment, and automated releases.
  • Trigger & Job Configuration: Guides you through common workflow triggers (push, pull request, schedule) and job definitions.
  • Best Practices & Debugging: Provides tips for pinning action versions, caching dependencies, and debugging workflows.
  • Use Case: Automate your project's testing, building, and deployment processes directly within GitHub, ensuring code quality and faster releases.

Quick Start

Ask the AI: "Generate a GitHub Actions workflow for Node.js CI that runs tests and builds the application."