Agent Skills
› happier-dev/happier
› happier-release-validation-review
happier-release-validation-review
GitHub解决 Happier 发布验证审查的私有权限,通过执行特定命令获取权威审查流程,并检查公共契约形状,确保在发布或预览推广前进行严格验证。
Trigger Scenarios
需要解析私有发布权限以进行验证审查
执行发布前的权威程序检查
Install
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.
Version History
-
98c86f2
Current 2026-08-20 01:00
重构为通过命令行工具动态解析私有技能与指令,替代硬编码的审查策略,并增加对公共契约形状的验证。
- 4766022 2026-07-25 07:09


