Cicd Setup banner
Tony363 Tony363

Cicd Setup

DevOps community

Description

--- name: cicd-setup description: "Set up GitHub CI/CD workflows and pre-commit hooks for any project" category: utility complexity: standard mcp-servers: [] personas: [devops-engineer, build-engineer] requires_evidence: false aliases: [cicd-init, pipeline-setup, actions-setup] flags: - name: lang description: Force project language (auto-detected if not specified) type: string options: [python, node, go, rust] - name: yes description: Accept defaults, skip confirmation promp

Installation

Installs to ~/.claude/skills/tony363-superclaude-cicd-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tony363-superclaude-cicd-setup && curl -fsSL https://raw.githubusercontent.com/Tony363/SuperClaude/HEAD/commands/cicd-setup.md -o ~/.claude/skills/tony363-superclaude-cicd-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository