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

  1. Detect the project structure — check for package.json (Node.js), requirements.txt / pyproject.toml (Python), go.mod (Go), or monorepo tools like Turborepo.

  2. Create .github/workflows/ci.yml

    For a Node.js project:

    name: CI
    
Installs
152
GitHub Stars
525
First Seen
Apr 12, 2026
setting-up-ci — spencerpauly/awesome-cursor-skills