ci-cd-implement

Generate GitHub Actions CI/CD workflows and deployment scripts for specified tech stacks.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill ci-cd-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-implement
Source: https://github.com/JHaugaard/refine-workflow-skills/tree/main/skills-working-copies/ci-cd-implement
Command: npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill ci-cd-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Setting up robust CI/CD pipelines is often complex, time-consuming, and error-prone, delaying deployments and increasing manual effort. This skill automates the creation of production-ready pipelines tailored to your project's specific tech stack and deployment target.

Core Features & Use Cases

  • Automated CI/CD Generation: Creates GitHub Actions workflows for continuous integration (automated testing, linting, building) and continuous deployment to your chosen hosting target.
  • Target-Specific Deployment: Generates deployment scripts and workflows for various platforms like Cloudflare Pages, Fly.io, VPS with Docker, or Hostinger Shared Hosting.
  • Secrets Management: Documents all required environment secrets in CICD-SECRETS.md with clear, step-by-step setup instructions, enhancing security and simplifying configuration.
  • Rollback Capabilities: For VPS deployments, it includes a rollback.sh script, allowing you to quickly revert to previous versions in case of issues.

Quick Start

Use the ci-cd-implement skill to set up both CI and CD for my Next.js project deploying to a VPS with Docker.

Frequently Asked Questions about ci-cd-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CI/CD pipelines for my project?

Automated CI/CD pipelines run tests, linting, type-checking, and builds on every code change, then deploy to your target automatically. This skill generates production-ready GitHub Actions workflows tailored to your tech stack (Node.js, Python, PHP, Go, etc.) and deployment target, eliminating manual setup and reducing deployment errors.

Can I set up GitHub Actions workflows for multiple deployment targets?

Yes. GitHub Actions workflows can deploy to Cloudflare Pages, Fly.io, Docker-based VPS, and Hostinger Shared Hosting. This skill generates target-specific deployment scripts and workflows, so you choose your hosting platform and get a pre-configured pipeline that handles the deployment logic for that platform.

What deployment targets does automated CI/CD support?

This skill supports Cloudflare Pages, Fly.io, VPS with Docker, and Hostinger Shared Hosting. Each target receives a tailored GitHub Actions workflow and deployment scripts configured for that platform's requirements, so you can deploy confidently without manual platform-specific configuration.

How do I manage secrets and environment variables in CI/CD?

Secrets management documents all required environment variables in CICD-SECRETS.md with step-by-step setup instructions. This skill generates that documentation automatically, clarifying which secrets your pipeline needs and how to configure them securely in your CI/CD platform.

Can I roll back deployments if something goes wrong?

Yes, for VPS deployments with Docker. This skill generates a rollback.sh script that reverts your deployment to a previous version quickly, reducing downtime and risk when issues arise after deployment.

Does this work with my existing project structure?

Yes, if your project has identifiable test, lint, type-check, or build commands. This skill analyzes your project, detects your tech stack and deployment target, then generates workflows that integrate with your existing setup without requiring restructuring.