| name | personal-flutter-notable-changes |
| description | Compile the weekly Flutter notable changes report. This skill guides the agent through identifying notable commits, verifying first-time contributors, retrieving PR details (authors, reviewers, media), and drafting the final Markdown report while maintaining the known_authors.md registry. |
Flutter Weekly Notable Changes Report
This skill implements the comprehensive process for generating the weekly notable changes report for the Flutter repository.
Workflow
1. Data Gathering & Curation
- Fetch latest commits and list all changes from the last 7 days.
- Selection Rubric: Select ~15 commits. Prioritize developer-facing features, DX improvements, significant bug fixes, and platform/accessibility updates. De-prioritize rolls, typos, and internal refactors.
- Extract PR numbers from the selected commit messages.
2. Selection & Automated Information Retrieval
3. Drafting & Refining the Report
4. Housekeeping & Validation
- Verify Missing Known Authors: Review the stderr output block from the script. It will explicitly alert you if any of the active authors or co-authors are missing from the
known_authors.md registry.
- Update
known_authors.md: Surgical-append all flagged missing names and logins to packages/flutter/known_authors.md and ensure it remains alphabetized.
- Commit: Ask for explicit user permission before committing changes.
Resources