Skip to main content
ClaudeWave
Skill34.8k repo starsupdated 3d ago

herdr-pre-release-audit

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/herdrdev/herdr /tmp/herdr-pre-release-audit && cp -r /tmp/herdr-pre-release-audit/.agents/skills/herdr-pre-release-audit ~/.claude/skills/herdr-pre-release-audit
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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.md` and staged website docs
- checking `skills/herdr/SKILL.md` against shipped CLI and agent-control behavior
- checking issue reference lines
- deciding when to run `just pre-release-check` or 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.