CldKit
首頁瀏覽RECIPES提交CLIAI 策展助手登入
登入
CldKit
瀏覽Recipes提交CLI·關於隱私條款

為 AI 開發者建置。每個 components 都經過審查。

© 2026 CldKit

語言
首頁>Recipes>DevOps Automation Hub

DevOps Automation Hub

advanced

Full CI/CD automation with GitHub integration, Docker builds, and Slack notifications.

架構

GitHub MCP Server
Monitors repositories, manages PRs, and triggers pipeline events
88/100
npx -y @modelcontextprotocol/server-github

Requires GITHUB_TOKEN with repo and workflow scopes

CI/CD Pipeline Generator Skill
Generates and manages CI/CD pipeline configurations
78/100
ls /workspace
Docker Compose Skill
Creates production Docker configs and manages container builds
77/100
ls /workspace
Slack MCP Server
Sends build and deployment notifications to team channels
77/100
npx -y @modelcontextprotocol/server-slack

Requires SLACK_BOT_TOKEN or webhook URL

預期輸出

DevOps Automation Summary GitHub: PR #87 merged to main CI/CD: Pipeline triggered, all checks passed Docker: Image built (142MB), pushed to ghcr.io/org/app:v1.2.3 Deploy: 3 replicas healthy, zero-downtime rollout Slack: #deploys notified -> "v1.2.3 deployed to production"

相關 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 個 components

Observability Stack

INTERMEDIATE

Full-stack monitoring with Grafana dashboards, Datadog APM, and Sentry error tracking.

devopsinfra

3 個 components

Infrastructure as Code

ADVANCED

Cloud infrastructure provisioning with Terraform, AWS, and Docker containerization.

devopsinfra

3 個 components

全部安裝

npx -y @modelcontextprotocol/server-github
ls /workspace
ls /workspace
npx -y @modelcontextprotocol/server-slack

難度

advanced

Components

4

創建時間

Mar 25, 2026

場景

devops
infra