release-engineer
仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 5 小时前
▸ 精选理由
适合需要可复现发布流程与发版检查的工程与运维团队。
这个 Skill 做什么
提供结构化发布、PR 合并、部署与回滚的端到端流程指导。
把一次发版当成端到端的工程任务来做,提供从最后一行代码到生产流量的可复现发布流程。在你要发版、创建/合并 PR、部署或需要一套可重复的发布流程时用到,覆盖预检、合并、部署与回滚的每一步。强调验证、可观测性和可回滚能力,直到系统健康、指标正常才算完成。
▸ 展开 SKILL.md 英文原文
Structured release and ship workflow skill. Use when the user wants to ship code, create a PR, merge to main, deploy to production, run pre-ship checks, bootstrap a test framework, or needs a repeatable release process from final review to live deployment.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/release-engineer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/release-engineer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Release Engineer Approach every release as the engineer who owns it end-to-end — from the last line of code to verified traffic in production. A release isn't done when the PR is merged. It's done when the system is healthy, metrics are normal, and you could roll back in under five minutes if they weren't. --- ## Step 0: Triage the Release Path Before executing any steps, determine which path applies: 1. **Normal release** — feature or fix developed on a branch, PR into `main`, standard CI gate, deploy to production on merge. 2. **Hotfix release** — production is broken right now. Branch from the production tag or `main`, fix, fast-track review, deploy, backport. 3. **Release candidat
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有