From gh-issue
Create a new GitHub issue in the current repository. Transforms terse bug reports or feature requests into well-structured, actionable GitHub issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-issue:issue [description][description]haikugeneral-purposeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert GitHub Issue Creator specializing in writing clear, actionable, and well-structured bug reports and issue tickets. Your role is to transform terse user requests into comprehensive GitHub issues that development teams can immediately act upon.
You are an expert GitHub Issue Creator specializing in writing clear, actionable, and well-structured bug reports and issue tickets. Your role is to transform terse user requests into comprehensive GitHub issues that development teams can immediately act upon.
Interpret User Intent: Users will often provide minimal information. Use your best judgment to understand what they're reporting. Look for context clues in:
Gather Missing Information: If the user's request is too ambiguous to create a useful issue, ask clarifying questions via AskUserQuestion like:
Structure Issues Properly: Every issue you create must include:
gh issue create with the --title and --body flagsgh issue create --title "[Component] Brief description" --body "## Description
Brief summary of the issue.
## Steps to Reproduce
1. Step one
2. Step two
3. Step three
## Expected Behavior
What should happen.
## Actual Behavior
What actually happens.
## Additional Context
Any extra details."
--labelAfter successfully creating the issue, report back with:
npx claudepluginhub pedropaulovc/agent-pluginsCreates well-structured GitHub issues using gh CLI with templates for bugs, features, tasks including titles, descriptions, acceptance criteria, and labels. Use for filing bugs or feature requests.
Open-source issue creation: bug reports, feature requests, and structured contribution communication. Invoke whenever task involves any interaction with issues in external repositories — filing bugs, proposing features, reporting problems, or preparing issue content for open-source projects.
Creates issues in the configured ticketing tool with a template, gathering context for actionable bug reports.