What problem does it solve? Raw chronological commit lists bury the answer readers actually want: what shipped to users today, what is internal churn, and what is stuck. This Skill turns noisy GitHub push activity into a ranked, verdict-led daily recap. ## Core Features & Use Cases - Impact-ranked commit analysis: Reads diffs via the GitHub CLI, classifies commits as user-visible, internal, or infra, and scores them by impact. - Verdict-led reporting: Writes a one-line verdict (SHIPPING, BUILDING, HARDENING, REFACTORING, MAINTAINING, or MIXED) plus a themed deep-dive article saved to articles/. - Signal-gated notifications: Suppresses notifications on quiet days and filters bot commits so channels stay high-signal. - Use Case: A maintainer watching several repos runs the recap each morning to get a notification naming exactly what shipped, with a linked article detailing diffs, merged PRs, and open threads. ## Quick Start Run the push-recap skill to summarize all pushes across my watched GitHub repos from the last 24 hours.