ci-cd-reviewer

Analyzes CI/CD pipelines for security, structure, and optimization gaps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/physics91/claude-vibe --skill ci-cd-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-reviewer
Source: https://github.com/physics91/claude-vibe/tree/main/skills/ci-cd-reviewer
Command: npx skills add https://github.com/physics91/claude-vibe --skill ci-cd-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reviews CI/CD pipelines for structure, security, caching, and deployment patterns to reduce release risk and speed up delivery.

Core Features & Use Cases

  • Workflow optimization: parallelize independent jobs and define proper needs/dependencies.
  • Security scanning: ensure secrets handling and least-privilege permissions.
  • Caching strategies: implement cache to speed up builds.
  • Deployment patterns: validate environments and deployment steps.
  • Use Case: Improve a GitHub Actions workflow to run tests in parallel with proper caching and secret handling.

Quick Start

Run the ci-cd-reviewer on a repository with CI configs to get a prioritized improvement plan.

Frequently Asked Questions about ci-cd-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a GitHub Actions workflow for security issues?

CI/CD pipeline review identifies security gaps like plain-text secrets, missing permission restrictions, and unpinned actions in GitHub Actions workflows. The review detects misconfigurations and generates severity-ranked recommendations to enforce least-privilege access and secure secret handling.

What optimization gaps should I look for in my CI/CD pipeline?

Pipeline optimization review evaluates job parallelization, dependency definitions, caching strategies, and deployment patterns. It identifies structure inefficiencies—such as sequential jobs that could run in parallel and missing cache configurations—to reduce build time and deployment risk.

Can I use this to review GitLab CI, Jenkins, and Azure Pipelines workflows?

CI/CD pipeline analysis applies to YAML-based configurations across GitHub Actions, GitLab CI, Jenkins, Azure Pipelines, and CircleCI. The review process parses deployment workflows to detect misconfigurations and security handling issues regardless of platform.

How does caching strategy review improve build speed?

Caching strategy assessment identifies missing or ineffective cache configurations in CI/CD pipelines. It recommends cache layers for dependencies and build artifacts to accelerate subsequent pipeline runs and reduce overall delivery time.

What deployment pattern issues does the review detect?

Deployment pattern validation checks environment configuration, deployment step ordering, and concurrency controls in CI/CD pipelines. It flags insecure settings and missing safeguards to prevent failed or conflicting deployments.