AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Production Release Gate

skill-candycong2001-ui-agent-project-playbook-production-release-gate · by candycong2001-ui

为已经确认存在真实运行、共享可变状态、真实用户、凭据或外部写入的项目分流变更。当前证据显示会影响生产,或用户要求部署、重启、迁移、回滚时使用;没有运行影响的本地小项目和纯文档工作不触发。

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-candycong2001-ui-agent-project-playbook-production-release-gate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-candycong2001-ui-agent-project-playbook-production-release-gate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
22d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Production Release Gate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

生产发布门禁

确认真实边界

  1. 阅读当前项目的运维和架构说明,不从其他项目继承命令。
  2. 只按当前改动需要,检查分支、工作区、运行面、活动任务、持久状态和外部写入边界。
  3. 当前项目确实使用 Git worktree 隔离时,运行 python3 .agents/skills/production-release-gate/scripts/project_safety.py inspect .
  4. 风险由当前证据自动提升,不要求用户说出特殊口令。

按影响面分流

| 改动 | 默认生产动作 | | --- | --- | | 仅文档 | 合入或发布文档,不触碰运行环境 | | 前端或静态资源 | 更新生产源码并重新构建;不重启无关后端 | | 后端或 API | 更新生产源码,只重启受影响服务 | | Worker、报告或定时任务 | 只重启受影响的常驻进程;空闲定时任务可以等待下次运行 | | 依赖 | 更新项目定义的运行环境,只重启受影响进程 | | 状态结构、数据迁移或外部写入 | 检查活动任务,准备相关备份或回滚路径,定向验证后取得明确授权 |

项目运维文档高于这些默认动作。项目没有使用的备份、重启和环境层级,不要凭空增加。

交付门禁

  • main 表示已审核源码,不代表已经部署。
  • 改变真实运行前,说明影响面、当前证据、验证结果、预期影响和回滚动作。
  • 部署、影响用户的进程重启、数据迁移、凭据变更和真实外部写入需要明确授权。
  • 执行后运行项目定义的健康检查,报告真实结果。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.