describe-changes

Installation
SKILL.md

Describe changes

Ask what a pull request did and you usually get its title back, reworded. The title is the author's intent at the moment they opened it, which is frequently not what the diff ended up doing. This skill produces a description that is checkable: every claim in it points at a hunk.

It writes three registers of the same change — one line, one paragraph, one page — so the consumer picks the length rather than truncating prose written for another purpose. And it classifies, from a fixed set, so the descriptions sort.

It composes with two companions in the same pack: release-ledger orchestrates a since-you-were-away ledger and consumes these descriptions as its entries, and github-webhooks captures the merge events that feed it. Install either with npx skills add crissmoldovan/agent-skills.

When to Use

Installs
7
GitHub Stars
1
First Seen
Aug 26, 2026
describe-changes — crissmoldovan/agent-skills