smaqit.infrastructure-cicd-generate

Generate GitHub Actions CI/CD workflows for Node.js and React applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-cicd-generate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smaqit.infrastructure-cicd-generate
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.infrastructure-cicd-generate
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-cicd-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of GitHub Actions CI/CD workflows for Node.js + React applications, simplifying the process of setting up continuous integration and deployment pipelines.

Core Features & Use Cases

  • Automated Workflow Generation: Generates deploy.yml, provision.yml, and post-merge-deploy.yml workflows based on infrastructure specifications.
  • Customizable Configuration: Allows resolution of configuration values from infrastructure specs and copilot-instructions.md.
  • No Infrastructure Provisioning: Does not provision infrastructure, only generates workflows.
  • Use Case: For a new Node.js + React project, the skill can be used to quickly set up CI/CD workflows that align with project conventions.

Quick Start

Run the 'smaqit.infrastructure-cicd-generate' skill to automatically generate CI/CD workflows for your Node.js + React application.

Frequently Asked Questions about smaqit.infrastructure-cicd-generate

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

FAQPage Schema
How do I generate GitHub Actions workflows for a Node.js and React application?▼

To generate GitHub Actions workflows for a Node.js and React application, run the skill to automatically create deploy, provision, and post-merge-deploy configurations based on your infrastructure specifications.

Do I need Terraform and Docker Compose to run the generated GitHub Actions workflows?▼

Yes, you need Terraform and Docker Compose to execute the generated GitHub Actions workflows. The skill creates the CI/CD pipeline files but relies on these tools for the actual infrastructure provisioning and deployment.

Can I use this skill to provision infrastructure for my React project?▼

No, you cannot use this skill to provision infrastructure for your React project. It only generates GitHub Actions CI/CD workflows and does not handle the actual infrastructure provisioning process itself.

How do I customize the CI/CD workflow configuration for my Node.js project conventions?▼

You can customize the CI/CD workflow configuration for your Node.js project by providing infrastructure specifications and a copilot-instructions.md file, which the skill resolves to align the generated workflows with your conventions.

What specific GitHub Actions workflow files are generated for my Node.js and React app?▼

The specific GitHub Actions workflow files generated for your Node.js and React app include deploy.yml, provision.yml, and post-merge-deploy.yml, each designed to automate continuous integration and deployment processes.