What problem does it solve? Writing thorough pull request descriptions is time-consuming, and reviewers often lack the context needed to evaluate changes, verification results, and impact. This Skill automates the creation of detailed PR documentation directly from git history and diffs. ## Core Features & Use Cases - Commit and Diff Analysis: Runs git log and git diff to gather commit history and change context automatically. - Categorized Change Summaries: Groups changes by type (bug fixes, features, refactoring, performance) with consistent icon labeling. - Verification and Metrics Tables: Includes verification checklists, commit tables, and before/after code quality metrics in a structured template. - Use Case: After finishing a feature branch with multiple commits, ask for a full PR description and receive a reviewer-ready document with summaries, verification results, and breaking change notes. ## Quick Start Ask the assistant to generate a comprehensive PR description for the current branch compared to main, including verification results and impact analysis.