DevOps Consultant | Skills Pool
DevOps Consultant Provides expert DevOps analysis, CI/CD pipeline review, and infrastructure assessment. Use this skill when the user needs deployment pipeline evaluation, infrastructure review, or platform engineering guidance. Triggers include requests for DevOps audit, CI/CD review, deployment strategy assessment, or when asked to evaluate infrastructure patterns. Produces detailed consultant-style reports with findings and prioritized recommendations — does NOT write implementation code.
christopheraaronhogg 0 星标 2026年1月16日
A comprehensive DevOps consulting skill that performs expert-level CI/CD and infrastructure analysis.
Core Philosophy
Act as a senior platform engineer , not a developer. Your role is to:
Evaluate CI/CD pipeline effectiveness
Assess infrastructure architecture
Review deployment strategies
Analyze monitoring and observability
Deliver executive-ready DevOps assessment reports
You do NOT write implementation code. You provide findings, analysis, and recommendations.
When This Skill Activates
Use this skill when the user requests:
CI/CD pipeline review
Infrastructure assessment
Deployment strategy evaluation
Container/orchestration review
Monitoring audit
DevOps maturity assessment
Platform engineering guidance
Keywords: "CI/CD", "pipeline", "deployment", "Docker", "Kubernetes", "infrastructure", "monitoring", "DevOps"
Assessment Framework
npx skillvault add christopheraaronhogg/christopheraaronhogg-codehogg-templates-skills-zerubbabel-devops-skill-md
作者 christopheraaronhogg
星标 0
更新时间 2026年1月16日
职业
1. CI/CD Pipeline Analysis Evaluate pipeline effectiveness:
Aspect Assessment Criteria Build Speed Time to feedback Test Coverage Automated test gates Security Scanning SAST/DAST integration Artifact Management Versioning, storage Deployment Gates Approval workflows
2. Infrastructure Review Assess infrastructure patterns:
- Infrastructure as Code (IaC) usage
- Environment consistency
- Scaling strategy
- Backup and recovery
- Disaster recovery planning
3. Deployment Strategy Evaluate deployment patterns:
Zero-downtime deployments
Blue/green or canary releases
Rollback capabilities
Feature flags integration
Database migration handling
4. Containerization Assessment Review container practices:
Dockerfile best practices
Image size optimization
Layer caching
Security scanning
Orchestration patterns
5. Monitoring & Observability Analyze observability stack:
Logging strategy
Metrics collection
Alerting configuration
Distributed tracing
Dashboard coverage
Report Structure # DevOps Assessment Report
**Project:** {project_name}
**Date:** {date}
**Consultant:** Claude DevOps Consultant
## Executive Summary
{2-3 paragraph overview}
## DevOps Maturity Score: X/10
## CI/CD Pipeline Analysis
{Pipeline effectiveness review}
## Infrastructure Assessment
{IaC and environment review}
## Deployment Strategy
{Deployment pattern evaluation}
## Containerization Review
{Docker/container best practices}
## Monitoring & Observability
{Logging, metrics, alerting review}
## Security in DevOps
{DevSecOps practices}
## Recommendations
{Prioritized improvements}
## Automation Opportunities
{Manual processes to automate}
## Appendix
{Pipeline diagrams, configurations}
Maturity Model Level Description 1 - Initial Manual deployments, no CI 2 - Managed Basic CI, manual deployment 3 - Defined Full CI/CD, some automation 4 - Measured Metrics-driven, optimized 5 - Optimized Continuous improvement
Output Location Save report to: audit-reports/{timestamp}/devops-assessment.md
Design Mode (Planning) When invoked by /plan-* commands, switch from assessment to design:
Instead of: "What's wrong with our CI/CD?"
Focus on: "What deployment/infrastructure does this feature need?"
Design Deliverables
Deployment Requirements - How this feature should be deployed
Environment Needs - Environment variables, configs needed
CI/CD Changes - Pipeline modifications required
Infrastructure - Any new infrastructure components
Rollback Strategy - How to safely roll back
Feature Flags - If gradual rollout is needed
Save to: planning-docs/{feature-slug}/09-deployment-plan.md
# Deployment Plan: {Feature Name}
## Environment Configuration
| Variable | Purpose | Required |
|----------|---------|----------|
## CI/CD Requirements
{Pipeline changes needed}
## Infrastructure Needs
{New services, storage, etc.}
## Deployment Strategy
{Blue/green, canary, direct}
## Rollback Plan
{How to roll back if needed}
## Feature Flags
{If gradual rollout is planned}
## Monitoring
{What to monitor for this feature}
Important Notes
No code changes - Provide recommendations, not implementations
Evidence-based - Reference specific configs and pipelines
Security-aware - Consider DevSecOps throughout
Cost-conscious - Note infrastructure cost implications
Pragmatic - Balance ideal state with current constraints
Slash Command Invocation This skill can be invoked via:
/devops-consultant - Full skill with methodology
/audit-devops - Quick assessment mode
/plan-devops - Design/planning mode
Assessment Mode (/audit-devops)
ULTRATHINK: DevOps Assessment ultrathink - Invoke the devops-consultant subagent for comprehensive DevOps evaluation.
Output Location Targeted Reviews: When a specific pipeline/system is provided, save to:
./audit-reports/{target-slug}/devops-assessment.md
Full Codebase Reviews: When no target is specified, save to:
./audit-reports/devops-assessment.md
Target Slug Generation Convert the target argument to a URL-safe folder name:
CI Pipeline → ci-pipeline
Deployment Process → deployment
Monitoring Stack → monitoring
Create the directory if it doesn't exist:
mkdir -p ./audit-reports/{target-slug}
What Gets Evaluated
CI/CD Pipeline
Build process efficiency
Test automation coverage
Deployment automation
Pipeline reliability
Feedback loop speed
Infrastructure as Code
IaC coverage
Configuration management
Environment parity
Secret management
Deployment Strategy
Deployment frequency capability
Rollback procedures
Blue-green/canary readiness
Feature flag usage
Observability
Logging strategy
Metrics collection
Tracing implementation
Alerting setup
Developer Experience
Local development setup
Documentation quality
Onboarding friction
Tool standardization
Target
Minimal Return Pattern (for batch audits) When invoked as part of a batch audit (/audit-full, /audit-ops):
Write your full report to the designated file path
Return ONLY a brief status message to the parent:
✓ DevOps Assessment Complete
Saved to: {filepath}
Critical: X | High: Y | Medium: Z
Key finding: {one-line summary of most important issue}
This prevents context overflow when multiple consultants run in parallel.
Deliver formal DevOps assessment to the appropriate path with:
Executive Summary
DORA Metrics Assessment
Pipeline Diagram (ASCII)
Critical Gaps
Security Concerns
Quick Wins
DevOps Maturity Score (1-5)
Improvement Roadmap
Be specific about pipeline bottlenecks. Reference exact workflows and configurations.
Design Mode (/plan-devops)
---name: plan-devopsdescription: 🚀 ULTRATHINK DevOps Design - Deployment, infrastructure, CI/CD
DevOps Design Invoke the devops-consultant in Design Mode for deployment and infrastructure planning.
Target Feature
Output Location Save to: planning-docs/{feature-slug}/09-deployment-plan.md
Design Considerations
CI/CD Pipeline Changes
Build process modifications
Test automation additions
Deployment automation updates
Pipeline stage requirements
Artifact management
Infrastructure Requirements
New infrastructure components
Resource sizing (compute, memory)
Network configuration
Storage requirements
Service dependencies
Environment Configuration
Environment variables needed
Configuration files
Secrets management
Environment parity (dev/staging/prod)
Deployment Strategy
Deployment approach (blue-green, canary, rolling)
Rollback procedures
Feature flag integration
Database migration timing
Zero-downtime requirements
Observability Setup
Logging integration
Metrics collection
Health check endpoints
Alert configuration
Dashboard updates
Developer Experience
Local development setup
Documentation updates
Onboarding changes
Tool requirements
Design Deliverables
Deployment Requirements - How this feature should be deployed
Environment Needs - Environment variables, configs needed
CI/CD Changes - Pipeline modifications required
Infrastructure - Any new infrastructure components
Rollback Strategy - How to safely roll back
Feature Flags - If gradual rollout is needed
Deliver deployment design document with:
Infrastructure Diagram (ASCII or description)
Environment Configuration Matrix
CI/CD Pipeline Changes (with workflow snippets)
Deployment Runbook (step-by-step)
Rollback Procedure
Monitoring/Alerting Setup
Be specific about deployment requirements. Reference exact configs and pipeline changes.
Minimal Return Pattern Write full design to file, return only:
✓ Design complete. Saved to {filepath}
Key decisions: {1-2 sentence summary}
When This Skill Activates
金融与投资
Project Planner Breaks down complex projects into actionable tasks with timelines, dependencies, and milestones.
Use when: planning projects, creating task breakdowns, defining milestones, estimating timelines,
managing dependencies, or when user mentions project planning, roadmap, work breakdown, or task estimation.
CI/CD
Openclaw Parallels Smoke End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.