Install
openclaw skills install @terrycarter1985/release-digestGenerate a concise, reproducible release digest from a local git repository — grouped commits, subject/file stats, and a Markdown changelog — without any third-party API.
openclaw skills install @terrycarter1985/release-digestProduce a plain-Markdown release digest for a git repo. The digest is deterministic
given the same --since/--until window, so the same inputs always yield the
same document (making outputs easy to review and diff).
git available on PATH.--repo <path>).--since is omitted, default to the latest tag
reachable from HEAD, or 14 days ago if no tags exist.bash scripts/release-digest.sh --repo . --since <ref-or-date> --until HEAD
A Markdown document with: window, commit count, author count, grouped commit
list, and a one-line stat --summary of files changed.