claudegoodies
Skill

herdr-pre-release-audit

From ogulcancelik

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.

Audits herdr repo release readiness by diffing commits against docs/next changelog and README.

Use it when

  • Running the herdr repo's pre-release audit before shipping
  • Validating docs/next/CHANGELOG.md and README.md against commit history
  • Checking issue reference lines that release CI will close
  • Deciding whether to run 'just release-docs-check'

Skip it if

  • Not working inside the herdr repository
  • Repo doesn't use docs/next staging or 'just' command runner
  • You want general changelog/release tooling, not herdr-specific workflow

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

# 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.
View full source on GitHub →

Other skills