Summarize your weekly GitHub work quickly and easily. This tool looks at your recent GitHub activity and creates a short summary you can copy into a weekly report. It finds events like code pushes, pull requests, and issue comments from the last week.
You get a clear English summary grouped by repository. Big features and important PRs get their own line. Small fixes and reviews are grouped together. The output is ready to paste into your report.
It saves you time by doing the boring work of digging through your GitHub history. Just ask for your weekly contributions and get a neat summary in seconds.
Global
mkdir -p ~/.claude/skills/git-summarize-weeklyProject
mkdir -p .claude/skills/git-summarize-weeklySource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes