Keep your GitHub projects organized without leaving the terminal. This tool helps you handle issues, pull requests, and releases. It uses the gh command line tool to automate common tasks.
You can triage incoming bugs by labeling them and finding duplicates. Check the status of pull requests and see if they are ready to merge. Monitor CI/CD builds and debug failures quickly. Prepare release notes and create new versions.
This is great for open source maintainers and team leads. It saves time on repetitive chores. Your repositories stay healthy and contributors feel supported.
Global
mkdir -p ~/.claude/skills/github-opsProject
mkdir -p .claude/skills/github-opsSource 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
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
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
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery