ci-setup
Installation
SKILL.md
Skill: CI Setup
What This Skill Does
Generates a production-ready CI pipeline based on the project's tech stack. Instead of copying a generic template and adapting it, this skill analyzes the project's actual tools and produces a workflow that matches.
When to Use
- When a project has no CI yet
- When migrating CI from another provider to GitHub Actions
- When the user says "set up CI" or "add a pipeline"
- After
scaffoldcreates a new project
Do NOT use this for fixing existing CI — use fix-ci for that.
Execution Model
- Always: the primary agent runs this skill directly.
- Output:
.github/workflows/ci.yml(and optionally additional workflow files).