What problem does it solve?
This skill turns messy local changes and uncertain PR descriptions into clear, review-ready pull requests by analyzing diffs, grouping related changes, and producing concise titles and templated bodies so reviewers can understand intent quickly.
Core Features & Use Cases
- Diff analysis & summarization: Inspect git status and diffs to produce 1–3 high-level bullets that describe features, refactors, and fixes.
- PR drafting: Generate standardized PR titles and bodies with Summary, Details, Screenshots, and Checklist sections that match repo conventions.
- PR updates & maintenance: Refine PR descriptions when new commits arrive or when only the body needs improvement; suggest rebase/merge guidance if the branch is behind main.
- Real-world example: Create a PR for a feature branch that adds a dashboard, adjusts auth, and includes database migrations, with a checklist for testing and migration steps.
Quick Start
Draft a PR title and a templated body summarizing the current branch changes for review against main.