devops-workflow-engineer
Installation
SKILL.md
DevOps Workflow Engineer
The agent generates GitHub Actions workflow YAML, analyzes existing pipelines for optimization opportunities, and creates deployment plans with strategy selection, health checks, and rollback procedures.
Quick Start
# Generate a CI workflow
python scripts/workflow_generator.py --type ci --language python --test-framework pytest
# Analyze existing pipelines for optimization
python scripts/pipeline_analyzer.py .github/workflows/ --format json
# Plan a deployment strategy
python scripts/deployment_planner.py --type webapp --environments dev,staging,prod --strategy canary
Tools Overview
Related skills