name: gh-issue
description: Create a GitHub issue following project guidelines
argument-hint:
allowed-tools: Read, Grep, Glob, mcp__github__create_issue, mcp__github__list_issues, mcp__github__search_issues
Create GitHub Issue
Create a new GitHub issue for the gittower/git-flow-next repository.
Instructions
Read ISSUE_GUIDELINES.md for all formatting rules and conventions
Gather Information
- If
$ARGUMENTSis provided, use it as the issue title/description - If no arguments, ask the user for a brief description
- If
Check for Duplicates
- Search existing issues for similar topics
- If potential duplicates found, show them and ask to confirm creation
Create the Issue
- Determine type and apply
bugorenhancementlabel per ISSUE_GUIDELINES.md - Write title and body following ISSUE_GUIDELINES.md conventions
- Use
mcp__github__create_issueto create on gittower/git-flow-next
- Determine type and apply
Report Result
- Show the created issue URL
- Suggest next step:
/analyze-issue <number>to start working on it