Agent Skills
› happier-dev/happier
› happier-release-validation-review
happier-release-validation-review
GitHub解决Happier发布的私有权限以进行验证审查。通过执行bootstrap命令获取权威审查流程,并检查发布契约形状,确保遵循正确的验证步骤。
触发场景
需要解析私有发布权限
执行验证审查工作
安装
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.
版本历史
- bd19666 当前 2026-09-09 08:07


