Writing a good GitHub issue helps your team understand what needs to be done. This skill guides you through choosing the right template for bugs, features, or other requests. It also adds the correct labels so nothing gets lost.
Templates make sure you include all the important details like version numbers or steps to reproduce. The skill looks for these templates in the repository and fills them out correctly. Labels like maintainer only keep the issue board tidy.
You can create issues quickly without worrying about formatting. The skill uses a temporary file to avoid text problems. This saves time and helps everyone stay on the same page.
Global
mkdir -p ~/.claude/skills/github-issue-creatorProject
mkdir -p .claude/skills/github-issue-creatorSource 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