skills/smithery.ai/optimize-cicd-pipeline

optimize-cicd-pipeline

SKILL.md

Optimize CI/CD Pipeline

This skill provides a framework for auditing and improving CI/CD pipelines. The primary goal of any pipeline optimization is to shorten the feedback loop. The faster a developer knows something is wrong, the cheaper it is to fix.

Usage Instructions

When analyzing a pipeline configuration or advising on DevOps practices, compare the user's current setup against the Antipatterns below. If an antipattern is detected, recommend the corresponding Pattern.

1. Core Philosophy Checklist

  • Feedback Loop: Is the time from "commit" to "failure notification" under 10 minutes?
  • Reproducibility: Can a developer run the exact same build command locally?
  • Maintenance: Is the pipeline treated as a software product (versioned, refactored, maintained)?

2. Pattern Analysis

Use this table to diagnose issues and prescribe solutions:

Installs
2
First Seen
Mar 23, 2026
optimize-cicd-pipeline from smithery.ai