Agent Skills
› happier-dev/happier
› happier-release-validation-review
happier-release-validation-review
GitHub用于解析 Happier 发布权限以执行验证审查。通过运行 hmaint 命令获取私有技能及权威流程,并检查公共接口形态,确保审查工作遵循官方指导。
触发场景
需要执行 Happier 发布验证审查时
需要获取发布权威流程指令时
安装
npx skills add happier-dev/happier --skill happier-release-validation-review -g -y
SKILL.md
Frontmatter
{
"name": "happier-release-validation-review",
"metadata": {
"openclaw": {
"homepage": "https:\/\/github.com\/happier-dev\/happier"
}
},
"description": "Resolve the private Happier release authority for validation review."
}
Happier Release Validation Review
Resolve the private release authority before validation-review work:
hmaint release bootstrap --repo <absolute checkout> --json
Use the returned private skill and its instructions as the authoritative review procedure. Inspect the public shape with node scripts/pipeline/run.mjs release-contract; do not retain a second review policy here.
版本历史
-
98c86f2
当前 2026-08-20 01:00
重构为通过命令行工具动态解析私有技能与指令,替代硬编码的审查策略,并增加对公共契约形状的验证。
- 4766022 2026-07-25 07:09


