What problem does it solve? Setting up a production-ready CI/CD pipeline from scratch involves many manual steps: writing workflow YAML files, configuring branch protection, storing secrets, and wiring up automated code review. This Skill automates that entire setup so a repository gets linting, testing, building, deployment, and PR review in one guided workflow. ## Core Features & Use Cases - Multi-Provider Pipeline Generation: Creates CI/CD configurations for GitHub Actions, GitLab CI, CircleCI, or Jenkins, tailored to Node.js, Python, fullstack, or monorepo projects. - CodeRabbit Free Integration: Installs and configures CodeRabbit for automated PR reviews on public repositories at no cost, including a generated .coderabbit.yaml file. - Branch Protection & Secrets: Applies branch protection rules (required reviews, status checks, no force pushes) and stores deployment secrets via the GitHub CLI. - Use Case: You just created a Node.js repository and want every pull request linted, tested, built, and automatically reviewed before merge. Run this Skill to generate the workflows, protect the main branch, and validate everything with a test PR. ## Quick Start Ask the agent to set up a GitHub Actions CI/CD pipeline for your Node.js repository with CodeRabbit review and Vercel deployment enabled.