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