What problem does it solve? When several pull requests together resolve one issue, stakeholders outside engineering (QA, planners, issue reporters) cannot read PR descriptions or diffs. This Skill merges multiple PRs into a single prose report written in non-technical vocabulary, organized by symptom, cause, and fix rather than by PR number. ## Core Features & Use Cases - Cross-PR consolidation: Folds multiple PRs into one narrative grouped by screen, feature, or symptom type instead of PR boundaries. - Audience-adapted vocabulary: Translates internal code names into the on-screen names readers actually see, with adjustable depth via the --for option. - Diff-verified reporting: Cross-checks PR bodies against actual diffs using gh pr view and gh pr diff so the report reflects what really changed. - Use Case: After shipping three PRs that fix a card-display bug, generate one message for the issue reporter describing what was broken, why, and which screens and operations to verify. ## Quick Start Ask the assistant to write a completion report summarizing PRs 101, 102, and 103 for a non-engineer stakeholder.