What problem does it solve? Manually reviewing a branch's commits, diffs, and associated pull request discussions is time-consuming and error-prone. This Skill automates the collection of branch and PR context and produces a structured Japanese-language review report with prioritized findings. ## Core Features & Use Cases - Branch Analysis: Collects commits, changed files, and diffs against main using git commands, then summarizes the purpose and scope of changes. - PR Context Integration: Fetches PR title, description, review status, review comments, and issue-style discussions via the GitHub CLI (gh). - Structured Review Output: Produces review points covering bugs, performance, design, security, and tests, each with file/line references, severity, and suggested fixes. - Use Case: Before merging a feature branch, run this Skill to get a complete overview of the changes, unresolved PR discussions, and a severity-ranked list of code review findings. ## Quick Start Ask the assistant to review the current branch or a named branch, for example: review the feature/login branch and summarize its PR discussions and code review points.