Agent Skills
› herdrdev/herdr
› herdr-pre-release-audit
herdr-pre-release-audit
GitHub用于在herdr仓库内执行预发布审计,通过比对提交记录、变更日志和文档验证发布就绪状态并生成报告。
Trigger Scenarios
运行或应用预发布审计流程
验证发布前的文档和变更日志
检查CI将关闭的问题引用
最终确定herdr发布文档
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


