release-check
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
作为最终质量门,统一执行功能、测试与安全校验,降低回退风险。
▸ 风险提示
可能读取敏感配置或触发部署/外部检查,需谨慎授权
这个 Skill 做什么
在发布前运行全面的验收和质量检查清单。
上线前跑一套全量验收与质量检查,涵盖功能、测试、文档、安全和质量闸门,由 Centinela(QA)代理执行最终核验。适合发布到生产、打版本标签或作为发版前的最后把关。会列出漏测项、合规问题和阻断风险,确保发布更稳妥。
▸ 展开 SKILL.md 英文原文
Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/release-check/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/release-check/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Release Check Runs pre-release verification using the Centinela (QA) agent. This is the highest-stakes checklist in the system. ## When to Use This Skill - Before any release to production - Before tagging a version - As a final quality gate after all features are implemented and reviewed ## What This Skill Does 1. Runs the SIGN IN checklist 2. TIME OUT 1 — Documentation and Debt Check: verifies CHANGELOG, TECH_DEBT, specs, and docs 3. TIME OUT 2 — Testing and Quality Gate: runs all tests, code health scan, quality verification 4. TIME OUT 3 — Security and Release Gate: runs security audit, security verification, release readiness 5. Writes release assessment to `docs/reviews/release-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有