Pipeline banner
borghei borghei

Pipeline

Data community

Description

--- description: Design or review a CI/CD pipeline for the current project. --- Design or review a CI/CD pipeline: 1. **Detect project stack** — scan for package.json (Node), requirements.txt/pyproject.toml (Python), go.mod (Go), Cargo.toml (Rust), Gemfile (Ruby), pom.xml (Java), etc. 2. **Identify existing CI** — check for .github/workflows/, .gitlab-ci.yml, Jenkinsfile, .circleci/, bitbucket-pipelines.yml. 3. **Design pipeline stages:** - **Lint**: language-appropriate linters (eslint, ru

Installation

Installs to ~/.claude/commands/borghei-claude-skills-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/.claude/commands/pipeline.md -o ~/.claude/commands/borghei-claude-skills-pipeline.md

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

Full documentation available on GitHub

View Source Repository