# github-issue-creator

> Claude/Codex skill by [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 106k stars · Updated 2026-08-02

Use this skill when asked to create a GitHub issue. It handles different issue types (bug, feature, etc.) using repository templates and ensures proper labeling.

Tags: ai, ai-agents, cli, gemini, gemini-api, mcp-client, mcp-server

## Install

```sh
git clone https://github.com/google-gemini/gemini-cli /tmp/gemini-cli && ln -s /tmp/gemini-cli/.gemini/skills/github-issue-creator ~/.claude/skills/github-issue-creator
```

## From README

GitHub Issue Creator This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates. Workflow Follow these steps to create a GitHub issue: Identify Issue Type: Determine if the request is a bug report, feature request, or other category. Locate Template: Search for issue templates in .github/ISSUETEMPLATE/. bugreport.yml featurerequest.yml websiteissue.yml If no relevant YAML template is found, look for .md templates in the same directory. Read Template: Read the content of the identified template file to understand the required fields. Draft Content: Draft the issue title and body/fields. If using a YAML template (form), prepare values for each id defined in the template. If using a Markdown template, follow its structure exactly. Default Label: Always include the 🔒 maintainer only label unless the user explicitly requests otherwise. Create Issue: Use the gh CLI to create the issue.

## Links

- HTML page: https://omgskills.com/skills/google-gemini/gemini-cli/github-issue-creator/
- GitHub: https://github.com/google-gemini/gemini-cli
- Author: [@google-gemini](https://omgskills.com/library/google-gemini/index.md)

## More from this repo

- [code-reviewer](https://omgskills.com/skills/google-gemini/gemini-cli/code-reviewer/index.md) — Used to review code.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [agent-tui](https://omgskills.com/skills/google-gemini/gemini-cli/dot-gemini/skills/agent-tui/index.md) — Main Agents: Do NOT use this skill directly.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [antigravity-support](https://omgskills.com/skills/google-gemini/gemini-cli/packages/core/src/skills/builtin/antigravity-support/index.md) — Used when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating...
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
