← 返回 Skills 市场
ferrentinomj-dev

Release Gate

作者 ferrentinomj-dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install release-gate
功能描述
Prevents bad deploys by enforcing structured sign-off before any irreversible action. Configurable checklist with named reviewers (Dev, QA, Legal, Product)....
安全使用建议
This skill appears coherent for enforcing checklist-based deploy gates and logging decisions. Before installing, verify: (1) your agents actually run the verification steps (tests, schema checks, security scans) rather than just calling run_release_gate with assumed PASS values; (2) the log file path you supply is writable only by intended principals and is stored/rotated securely (avoid exposing sensitive data in logs); (3) integrate the gate as a hard pre-deploy hook (raise/abort on failures) so it cannot be trivially bypassed. Review the provided scripts/release_gate.py yourself — it's small and stdlib-only — to ensure its behavior meets your operational and audit requirements.
功能分析
Type: OpenClaw Skill Name: release-gate Version: 1.0.0 The release-gate skill is a process-oriented tool designed to enforce safety checks and logging before an agent performs irreversible actions like deployments or system restarts. The Python script (scripts/release_gate.py) provides standard logging and checklist verification logic, and the instructions (SKILL.md) are focused on establishing a structured sign-off workflow without any indicators of malicious intent or data exfiltration.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the provided SKILL.md and the included Python helper. The skill asks for no credentials, binaries, or installs, and only performs checklist evaluation and logfile appends — all coherent with a release-gate utility.
Instruction Scope
SKILL.md stays within deployment gating: templates, checklist guidance, and instructions to log decisions. It does allow agents to call run_release_gate with pre-validated checklists (the function assumes items passed by the caller), which could be misused if an agent logs APPROVED without performing verification. The guidance to write logs to arbitrary paths (e.g., /opt/myapp/logs/deployments.log) is expected but requires the integrator to ensure appropriate permissions and protections.
Install Mechanism
No install spec (instruction-only) and the single included Python file uses only the stdlib. Nothing is downloaded or extracted; no external package installs are required.
Credentials
The skill requests no environment variables or credentials. Its only external interaction is writing/appending to a specified log file path, which is appropriate for audit logging but should be constrained by file permissions in deployment.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide agent settings. It does create directories and write logs when used, which is normal for a logging helper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install release-gate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /release-gate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release! Introduces a configurable deployment gate to prevent risky or unapproved deploys. - Enforces structured, role-based checklists before any hard-to-undo action. - Blocks deployment until all required sign-offs are complete. - Provides detailed log output for each gate decision (pass or block). - Supports multi-role and minimal setups; flexible for solo devs or larger teams. - Includes Python logging helper and ready-to-use checklist templates.
元数据
Slug release-gate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Release Gate 是什么?

Prevents bad deploys by enforcing structured sign-off before any irreversible action. Configurable checklist with named reviewers (Dev, QA, Legal, Product).... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Release Gate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install release-gate」即可一键安装,无需额外配置。

Release Gate 是免费的吗?

是的,Release Gate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Release Gate 支持哪些平台?

Release Gate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Release Gate?

由 ferrentinomj-dev(@ferrentinomj-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论