github-issue-creator
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.
Install
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.
