Agent Skills
› happier-dev/happier
› happier-release-validation-review
happier-release-validation-review
GitHub用于解析私有发布权限以执行验证审查,通过命令获取权威指导并检查公共结构,确保发布流程合规。
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
- bd19666 Current 2026-09-09 08:07


