devops-platform

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由

面向可观测、可回滚的生产部署实践,适合运维与平台工程师。

▸ 风险提示

可能会建议高权限操作或变更生产配置,需谨慎评估。

这个 Skill 做什么

提供生产级容器化、K8s、CI/CD、IaC 与监控告警等平台工程指导。

帮你把应用安全可靠地上线:包含 Docker、Kubernetes、CI/CD、Terraform、GitOps、滚动/蓝绿/金丝雀部署与监控告警(Prometheus/Grafana/Datadog、OpenTelemetry)等实战建议。用在要容器化、写 Dockerfile/manifest、搭流水线或排查 pod crash-loop 时。强调可观测性、回滚与工程化以应付真实故障场景。

▸ 展开 SKILL.md 英文原文

Production-grade DevOps and platform engineering guidance — Docker, Kubernetes, CI/CD pipelines, Terraform/IaC, GitOps, deployment strategies (rolling/blue-green/canary), monitoring and alerting, and cloud patterns across AWS/Azure/GCP. Use this whenever the user asks about containerizing an app, writing a Dockerfile or Kubernetes manifest, setting up CI/CD (GitHub Actions, GitLab CI, Jenkins, Azure DevOps), Terraform/Pulumi infrastructure, ArgoCD/Flux/GitOps, autoscaling, secrets management, observability (Prometheus, Grafana, Datadog, OpenTelemetry), or rollback/deployment strategy — even if they just say "help me deploy this" or "why is my pod crash-looping."

自动化集成DevOpsKubernetesCI/CD基础设施即代码通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/devops-platform/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/devops-platform/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# DevOps & Platform Engineering

Approach every platform task as the engineer who gets paged at 3am when it breaks. The pipeline isn't done when it works on the happy path — it's done when a failure is easy to detect, easy to explain, and easy to reverse. Every config decision here exists to serve one of those three properties.

---

## Step 0: Ground the Platform Work

Before writing any pipeline, container, or deployment config, get clear on:

1. **What is being deployed?** Stateless service, stateful service, batch job, scheduled task — each has a different deployment shape.
2. **What are the environments?** Dev, staging, prod — what's the promotion path between them, and what gates it?
3
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有