Stay informed about your GitHub repositories without opening the website. This skill checks for unread notifications, new issues, and recent pull requests across a list of monitored projects.
It groups updates by priority. High priority items like mentions and review requests appear first. Medium priority items like comments and status changes follow. You get a clear summary of what needs your attention.
The output is in Chinese, but the skill works for any developer who uses GitHub. You can ask about all repos or just one specific repo.
Global
mkdir -p ~/.claude/skills/git-get-notificationProject
mkdir -p .claude/skills/git-get-notificationSource 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