What problem does it solve? Reviewing large pull requests is time-consuming, and manually writing change summaries often leads to missed breaking changes or unclear release notes. This Skill automates PR change analysis and produces concise, structured summaries. ## Core Features & Use Cases - Diff-Based Analysis: Retrieves PR change statistics, file lists, and key diffs via the cnb-pr-diff Skill, then filters out lock files, build artifacts, and generated files to focus on core code. - Structured Summary Output: Classifies changes by type (feat, fix, refactor, perf, docs, chore), groups them by module, and highlights breaking changes and risks. - Large PR Handling: For PRs with more than 20 files, it analyzes change distribution first, prioritizes core modules, and summarizes the rest. - Use Case: Before merging a feature branch, ask for a PR summary to get a one-line type description, per-module change list, and any compatibility risks for the merge request description. ## Quick Start Summarize the changes in this pull request and generate a structured change description highlighting any breaking changes.