| name | devops-automation |
| description | DevOps and IT Ops automation - CI/CD, monitoring, incident management, and infrastructure workflows |
| version | 1.0.0 |
| author | claude-office-skills |
| license | MIT |
| category | devops |
| tags | ["devops","ci-cd","monitoring","incident","automation"] |
| department | Engineering |
| models | {"recommended":["claude-sonnet-4"]} |
| mcp | {"server":"devops-mcp","tools":["github_api","jenkins_trigger","aws_cli","kubernetes_api"]} |
| capabilities | ["ci_cd_pipelines","monitoring_alerts","incident_management","infrastructure_automation","deployment_workflows"] |
| languages | ["en","zh"] |
| related_skills | ["slack-workflows","telegram-bot","ai-agent-builder"] |
DevOps Automation
Automate DevOps workflows including CI/CD pipelines, monitoring, incident management, and infrastructure operations. Based on n8n's IT Ops workflow templates.
Overview
This skill covers:
- CI/CD pipeline automation
- Monitoring and alerting
- Incident management
- Infrastructure automation
- Deployment workflows
CI/CD Automation
GitHub Actions Integration
workflow: "GitHub CI/CD Notifications"
triggers:
- github_push
- github_pull_request
- github_workflow_run
on_push:
action:
- trigger_ci: if_main_branch
- notify_slack:
channel: "#deployments"
message: |
📦 *New Push to {branch}*
Commit: `{commit_sha_short}`
Author: {author}
Message: {commit_message}
[View Diff]({compare_url})
on_pr_opened:
action:
- notify_slack:
channel: "#code-review"
message: |
🔀 *New Pull Request*
Title: {pr_title}
Author: {author}
{} {}
[ ]
{}
{}
{}
{ [ ]{}}