Agent Skills
› herdrdev/herdr
› herdr-pre-release-audit
herdr-pre-release-audit
GitHub用于在herdr仓库内执行发布前审计,比对提交与变更日志、检查文档及CLI行为一致性,运行预检脚本并生成发布就绪报告。
Trigger Scenarios
用户要求运行或应用仓库的发布前审计流程
需要验证docs/next内容或最终化发布文档
检查Issue引用以确保CI能正确关闭
Install
npx skills add herdrdev/herdr --skill herdr-pre-release-audit -g -y
SKILL.md
Frontmatter
{
"name": "herdr-pre-release-audit",
"description": "Audit herdr release readiness by comparing commits since the base release against next-release changelog and docs. Use when asked to run or apply the repo's pre-release audit, validate docs\/next before release, inspect issue refs that release CI will close, or finalize release docs for herdr."
}
Herdr Pre-release Audit
Use this skill only inside the herdr repository.
Read references/pre-release-audit.md and follow its workflow. Treat it as the source of truth for:
- choosing the release base ref
- inspecting first-parent history and merged PRs
- auditing
docs/next/CHANGELOG.md - auditing
docs/next/README.mdand staged website docs - checking
skills/herdr/SKILL.mdagainst shipped CLI and agent-control behavior - checking issue reference lines
- deciding when to run
just pre-release-checkor its component checks - running and assessing
just bench-render-scale - producing the final release-readiness report
Do not edit files during the audit unless the user explicitly asks to apply fixes. When applying fixes, keep changes scoped to the files named in the reference workflow.
Version History
- a5c69be Current 2026-08-19 23:49


