drive-pr-walkthrough
Installation
SKILL.md
Walkthrough
What this skill produces
A semantic narrative of a change set: what the author was trying to achieve, what meaningfully changed in system behavior, and why.
Default output is written to disk as a Markdown file. In chat, only print a short pointer to that file.
Do not paste the full walkthrough into chat unless the user explicitly asks (e.g. “paste it here”, “inline it”, “show it in the response”).
It must link to:
- Implementation: where the behavior changed
- Tests: where that behavior is specified/verified (tests are evidence for the same intent, not a separate “thread”)
Avoid:
- File-by-file changelogs
- Process narration (“tests first, then implementation”)
- Treating tests as their own purpose