Skip to main content
ClaudeWave
Skill5.5k repo starsupdated today

herdr-pre-release-audit

The herdr-pre-release-audit skill validates release readiness for the herdr repository by comparing commits since a base release against the next-release changelog and documentation. Use it to audit release documentation, inspect merged pull requests and issue references that release CI will close, verify docs/next content before publishing, and generate a final release-readiness report following the workflow defined in references/pre-release-audit.md.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ogulcancelik/herdr /tmp/herdr-pre-release-audit && cp -r /tmp/herdr-pre-release-audit/.codex/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 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.