setup-ci

Generate GitHub Actions CI/CD workflows for stackql-deploy stacks.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/stackql/stackql-skills --skill setup-ci-stackql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-ci
Source: https://github.com/stackql/stackql-skills/tree/main/skills/setup-ci
Command: npx skills add https://github.com/stackql/stackql-skills --skill setup-ci-stackql

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of CI/CD workflows for stackql-deploy stacks, reducing manual setup time and configuration errors.

Core Features & Use Cases

  • Detects project manifests and stacks to configure pipelines for multiple environments.
  • Generates GitHub Actions workflows for build, test, and teardown, tailored to the stack.
  • Supports provider-aware secrets handling to enable secure, repeatable deployments.

Quick Start

Run the setup-ci skill against your stackql-deploy project to generate a GitHub Actions workflow.

Frequently Asked Questions about setup-ci

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

FAQPage Schema
How do I generate a GitHub Actions workflow for stackql-deploy?

To generate a GitHub Actions workflow for stackql-deploy, run the setup-ci skill against your project. It detects existing manifests and outputs workflow files with environment variables and secret references to build, test, and teardown stacks.

What is the best way to automate CI/CD pipeline creation for stackql-deploy manifests?

The best way to automate CI/CD pipeline creation for stackql-deploy manifests is using the setup-ci skill. It determines your CI provider, detects stacks, and auto-generates the required workflow files, reducing manual setup time and configuration errors.

Does the generated GitHub Actions workflow support teardown across multiple environments?

Yes, the generated GitHub Actions workflow supports teardown across multiple environments. The setup-ci skill creates workflows specifically tailored to your stack for building, testing, and tearing down infrastructure deployments.

Do I need existing stackql-deploy manifests to auto-generate CI/CD pipelines?

Yes, you need existing stackql-deploy manifests to auto-generate CI/CD pipelines. The setup-ci skill relies on detecting these project manifests and stacks to properly configure the GitHub Actions workflows for your environments.