# Fixing CI/CD Bottlenecks
## Problem Context
A slow or flaky CI/CD pipeline is a bottleneck for the entire engineering organization. Common problems include slow build times, serialized deployments that create queues, and a lack of visibility into failure points.
## Solution Pattern: ci/cd-pipeline-analyzer
The "CI/CD Pipeline Analyzer": Ingests pipeline logs to identify slow, flaky, or failing stages and suggests optimization strategies.
## Prompt Template
Act as an DevOps & SRE Engineer. A slow or flaky CI/CD pipeline is a bottleneck for the entire engineering organization. Common problems include slow build times, serialized deployments that create queues, and a lack of visibility into failure points.
The "CI/CD Pipeline Analyzer": Ingests pipeline logs to identify slow, flaky, or failing stages and suggests optimization strategies.
**Instructions:**
1. Understand the problem context
2. Apply the solution pattern described above
3. Provide step-by-step guidance
4. Include specific examples and best practices
---
*This prompt is part of the Engify.ai research-based prompt library. Customize it for your specific context and needs.*