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 a PR title and body, append a Keep a Changelog entry, write end-user release notes per version, or produce a blameless postmortem from incident facts. - Grounded in the record: Reads the actual git log and diff as the source of truth, never inventing features, timeline entries, or root causes. - GitHub integration: Optionally creates or updates a PR 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 covering what changed, why, how to verify, and the rollout risk. ## Quick Start Ask the agent to run the document skill with the pr option to draft a PR description from the current branch's commits and diff.