release-web-application

仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由

把发布当成可观测且可回溯的可重复过程,适合线上部署场景。

▸ 风险提示

可能涉及部署脚本与第三方凭据,需注意凭证管理与访问权限。

这个 Skill 做什么

规划、分阶段部署并验证公开 Web 应用的发布与回滚流程。

把 Web 应用的发布当作可观测、可复现、可回滚的过程来规划:分阶段部署、跑预览和 smoke tests、做可观测性检查,必要时回滚。适用于需要通过 release gate、预览环境或跨主机商部署时确保发布安全可靠。特别强调把发布当成可验证的状态转换,并优先使用已有的 Portable Web Toolkit / Astro / Cloudflare 工具链。

▸ 展开 SKILL.md 英文原文

Plan, stage, deploy, validate, or roll back a public web application across hosting providers. Use for release gates, previews, production authorization, smoke tests, observability, and recovery.

自动化集成发布部署回滚机制可观测性通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/release-web-application/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/release-web-application/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Release Web Application

Treat a release as an observable, reproducible, and reversible transition.

When Portable Web Toolkit management is established by repository instructions,
`Web_Toolkit/`, toolkit scripts, or a toolkit site profile, delegate Astro +
Cloudflare readiness and deployment to its `site-readiness` and
`portable-web-toolkit` skills. Do not invent parallel Cloudflare commands,
profiles, gates, or deployment paths.

## Use repository authority

Read repository instructions, release runbooks, CI, deployment configuration,
environment profiles, migration procedures, and rollback mechanisms. Use the
project's supported path instead of inventing a parallel deploy command.

Read
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有