Creates GitHub issues from Claude without the usual formatting headaches. It reads your repo's issue templates (YAML or Markdown) from `.github/ISSUE_TEMPLATE/`, drafts the content to match the required fields, and uses the `gh` CLI to submit it. The smart bit is that it always writes the body to a temp file first before passing it to `gh issue create`, which sidesteps all those annoying shell escaping problems with multi-line text. Automatically adds a "maintainer only" label unless you say otherwise. Honestly most useful when you're already in a Claude conversation about a bug or feature and want to capture it properly without context switching to your browser.
npx skills add https://github.com/google-gemini/gemini-cli --skill github-issue-creator