Agent Skills
› herdrdev/herdr
› herdr-pre-release-audit
herdr-pre-release-audit
GitHub用于herdr仓库的预发布审计,通过对比基线版本以来的提交与变更日志、文档及Issue引用,评估发布就绪状态并生成报告。
Trigger Scenarios
运行或应用预发布审计
验证docs/next目录
检查即将关闭的Issue引用
最终确定发布文档
Install
npx skills add ogulcancelik/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 issue reference lines
- deciding when to run
just release-docs-check - 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
- 38d2b07 Current 2026-07-25 05:34


