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