Pulls your GitHub activity via the gh CLI and formats it into a clean English summary for weekly reports. It defaults to filtering out commits to your own repos so you're only seeing contributions to other projects, which is a smart choice for standups and status updates. The output groups by repository and splits major features from minor reviews or comments, so you get something you can actually paste into a report without rewriting it. Works by querying the GitHub Events API for the current week, then categorizing PushEvents, PRs, reviews, and issues. One caveat is you're limited to the last 300 events or 90 days, but that's a GitHub API constraint, not the skill's fault.
npx skills add https://github.com/zc277584121/mygitplugin --skill git-summarize-weekly