setting-up-ci
Installation
SKILL.md
Setup CI (GitHub Actions)
Use this skill when the user asks to set up CI, continuous integration, a build pipeline, or GitHub Actions.
Steps
-
Detect the project structure — check for
package.json(Node.js),requirements.txt/pyproject.toml(Python),go.mod(Go), or monorepo tools like Turborepo. -
Create
.github/workflows/ci.ymlFor a Node.js project:
name: CI