devops-delivery
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
覆盖上线到故障恢复的流程,适合准生产检查与发布把关。
这个 Skill 做什么
审计部署可交付性:CI/CD、监控、SLO 与回滚策略。
评估系统能否靠谱地交付到生产:检查 CI/CD、十二因子合规、监控/告警、SLO、发布与回滚与故障恢复等要素,指出会阻碍上线的缺口。用在审查部署流水线、Dockerfile、环境配置、可观测性或要写发布演练时。特点是按规则给出 PASS/FAIL 判定,并配套可执行的改进和回滚策略。
▸ 展开 SKILL.md 英文原文
Audits deployability and operability: twelve-factor compliance, CI/CD pipeline gates, monitoring, SLOs, releases, rollbacks, incidents. Use for deploy pipelines, Dockerfiles, environment config, observability setup, release runbooks, or "is this production-ready".
0
Stars
0
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ludenox-GIT/portable-agent-skills/main/skills/devops-delivery/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ludenox-GIT/portable-agent-skills/main/skills/devops-delivery/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# DevOps Delivery Audit
Audit a system's path to production: how it's configured, built, shipped, observed, rolled back, and recovered. Findings cite rule numbers ("violates rule #7"). Verdicts are PASS / FAIL per rule — no "mostly fine".
## When to use
- Reviewing CI/CD pipelines, Dockerfiles, deploy scripts, Helm charts, GitHub Actions / GitLab CI configs.
- Auditing environment config, secrets handling, log setup, health checks.
- Designing or reviewing release processes, rollback plans, incident response.
- Answering "is this production-ready?" — run the full audit loop below.
**Do NOT use for:** application code review (logic bugs, style), infrastructure provisioning design (Terrafovia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有