What problem does it solve? Writing human-facing documentation about code changes is tedious and often skipped. This Skill drafts PR descriptions, changelog entries, release notes, and incident postmortems directly from the real commits and diffs, so every claim is grounded in what actually changed. ## Core Features & Use Cases - Four document types: Generate PR titles and bodies, Keep a Changelog entries, end-user release notes, and blameless postmortems from one command. - Grounded in the record: Reads the actual branch commits and diff as the source of truth, never inventing features, timelines, or root causes. - GitHub integration: Optionally creates or updates PRs via the gh CLI after confirmation, with graceful fallback to chat-only output. - Use Case: After finishing a feature branch, run the skill with pr to get a reviewer-ready title and body with What, Why, Changes, and test steps, derived from your actual diff. ## Quick Start Ask the agent to run the document skill with the type you need, for example: write a PR description for my current branch using the document skill.