devops
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
帮助构建可复现、安全的交付流水线并降低部署事故风险,非常实用。
▸ 风险提示
可能涉及高权限操作与凭证管理,需要严格权限与审计控制。
这个 Skill 做什么
覆盖 CI/CD、环境划分、秘密管理与基础设施即代码的实务建议。
帮你把构建、测试、部署这些流程自动化,搭好 CI/CD 流水线并把 local/staging/production 等环境划分清楚。常在准备上线、要把环境标准化或者发现有硬编码/泄露的 secrets 时用到,能把秘密放进安全的管理体系。特别之处是把基础设施用代码(IaC)写出来,便于审查、回滚和防止误删等破坏性操作。
▸ 展开 SKILL.md 英文原文
Use for CI/CD pipelines, environments (staging/prod), secrets management, and infrastructure-as-code — automated build/test/deploy, reproducible infra, guards against destructive operations.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/devops/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/devops/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# DevOps: CI/CD, Environments, Secrets, IaC ## When to use - Standing up or improving a CI/CD pipeline for build, test, and deploy. - Defining or hardening environments (local, CI, staging, production). - Introducing secret management, or fixing leaked or hardcoded secrets. - Codifying infrastructure so it is reproducible, reviewable, and reversible. - Preparing a deployment procedure, rollback plan, or production runbook. Applies to any deployable artifact: web/mobile/desktop apps, APIs, CLIs, services, jobs, agents, functions, containers, and embedded firmware pipelines. The principles are the same; only the tooling differs. --- ## Workflow ### Phase 1 — Map the Delivery Path **1. Id
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有