devops-excellence

仓库创建 2025年12月9日最近提交 10 天前SkillHot 收录 21 天前
▸ 精选理由

覆盖现代部署与基础设施实践,适合需要落地运维与交付流程的团队。

这个 Skill 做什么

提供 CI/CD、容器化、Kubernetes、Terraform 与 GitOps 的实战建议与策略。

提供实战级 CI/CD、容器化、Kubernetes、Terraform 和 GitOps 的落地策略与建议,覆盖流水线搭建、镜像化、部署和发布方案。适合需要搭建自动化部署、改进发布流程或实现基础设施即代码的场景,帮助你把最佳实践落地。核心特点是强调 Shift-Left、渐进式交付和不可变基础设施,注重可复现与可审计。

▸ 展开 SKILL.md 英文原文

DevOps and CI/CD expert. Use when setting up pipelines, containerizing applications, deploying to Kubernetes, or implementing release strategies. Covers GitHub Actions, Docker, K8s, Terraform, and GitOps.

开发编程DevOpsCI/CDKubernetes通用
240
Stars
23
Forks
40
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/devops-excellence/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/devops-excellence/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# DevOps Excellence

## Core Principles

- **Shift Left** — Address security and quality early in SDLC
- **GitOps** — Git as single source of truth for infrastructure and deployments
- **Infrastructure as Code** — All infrastructure versioned and reproducible
- **Progressive Delivery** — Gradual rollouts with feature flags and canary releases
- **Immutable Infrastructure** — Replace, don't modify running systems
- **Observability-First** — Monitor metrics tied to deployments and features
- **Policy as Code** — Enforce compliance and security automatically
- **Platform Engineering** — Build golden paths and self-service portals

---

## Hard Rules (Must Follow)

> These rules are mandatory. V
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有