What problem does it solve? Manually tracking and summarizing merged pull requests across multiple DevRel repositories to publish a weekly "What's New" digest is repetitive and error-prone. This Skill automates fetching pending merged PRs and merging AI-written summaries into the Hugo data file that powers the public /whats-new/ page. ## Core Features & Use Cases - Automated PR Fetching: Pulls merged pull requests from the repos listed in hugo/data/whats_new.json using the GitHub CLI, with a default 90-day lookback or an explicit --since cutoff. - AI-Written Summaries: Guides the assistant to categorize each PR (Feature, Fix, Performance, Docs, Maintenance) and write one plain-language, community-voice summary sentence. - Idempotent Merging: Merges new entries into hugo/data/whats_new.json without re-summarizing PRs already present, preserving existing wording. - Use Case: A developer advocate runs the skill weekly to refresh the public What's New page before go-live, reviews the updated JSON, and commits it through the normal build pipeline. ## Quick Start Ask the assistant to refresh the What's New digest from merged PRs across the DevRel repos and update hugo/data/whats_new.json.