release-ledger
Release ledger
A user who was away for two weeks comes back and cannot tell what shipped. The changelog is written for the team, the commit log is unreadable, and the release notes stopped in March. A release ledger fixes that one thing: it records every merged change, describes it in plain language, and shows each user only what landed since they last looked.
This skill is the onboarding procedure. It does not ship a library. Its output is a written implementation map, in the host repository, saying where each part of the system lands on the stack that is actually there.
Three skills divide the work: release-ledger orchestrates, github-webhooks
captures, describe-changes writes the entries. Install the companions from
the same pack with npx skills add crissmoldovan/agent-skills, and name them in
the implementation map rather than reimplementing what they cover.