Prepare this repository for a release. Use when asked to do pre-release checks, summarize changes since a previous tag, update WHATSNEW.md or changelog entries, update CONTRIBUTORS.md, audit command long help or docs for release-visible features, or verify release documentation consistency.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill for repository-local release-prep documentation passes. Ground every update in commit history, diffs, and current command behavior.
Determine the release range.
git tag --list 'v*' --sort=-version:refname and infer the previous
release tag.git log --oneline <base>..HEAD,
git diff --stat <base>..HEAD, and
git diff --name-only <base>..HEAD.Update release notes when requested.
Update contributors when requested or as part of a full release prep.
git shortlog -sne <base>..HEAD and
git log --format='%aN <%aE>' <base>..HEAD against CONTRIBUTORS.md.Audit command help and docs for release-visible changes.
Validate.
gofmt on edited Go files.git diff --stat, relevant git diff, and git status --short.WHATSNEW.md, cmd/**/assets/*changelog*.CONTRIBUTORS.md, git shortlog, merge commit messages.cmd/**/assets/*.md and Long: fields in Go files.doc/, README.md, command-specific usage files.Report:
5ecece6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.