jaredtconnor

Cicd Review — DevOps skill for Claude Code

DevOps community

Assess CI/CD pipeline quality and generate improvement recommendations.

How to install Cicd Review

Installs to ~/.claude/skills/jaredtconnor-agent-tooling-cicd-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jaredtconnor-agent-tooling-cicd-review && curl -fsSL https://raw.githubusercontent.com/jaredtconnor/agent-tooling/HEAD/commands/cicd-review.md -o ~/.claude/skills/jaredtconnor-agent-tooling-cicd-review/SKILL.md

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

What Cicd Review does


description: Assess CI/CD pipeline quality and generate improvement recommendations

CI/CD Pipeline Review

Analyse a repository's CI/CD pipelines against the 5-pillar framework (Build, Integration & E2E Tests, Static Analysis, Security, Agentic PR Review) and produce a scored assessment with actionable recommendations.

Canonical Skill

This command is the Claude-facing trigger for `Skill(cicd-review)`. If that skill is not installed in the current runtime, read `~/.agent-tooling/s

Alternatives in DevOps

  • CI/CD Helper — CI/CD pipeline configuration and troubleshooting 2.6k ★
  • Cicd Orchestrator — CI/CD Orchestrator - interactive pipeline management with progressive deployment and automated rollback 127 ★
  • Cc DevOps Skills — by akin-ozer - Immensely detailed set of skills for DevOps Engineers (or anyone who has to deploy code, really 123 ★

Full documentation available on GitHub

View Source Repository