Our review
Creates a structured GitHub issue in the gittower/git-flow-next repository following project guidelines.
Strengths
- Automatically checks for duplicates before creating the issue.
- Provides templates tailored to issue type (bug, enhancement, feature).
- Integrates with MCP tools to interact directly with the GitHub API.
Limitations
- Limited to the gittower/git-flow-next repository.
- Requires MCP tools to be configured and available.
- Templates are basic and may not cover all edge cases.
Use this skill when you need to create a well-structured GitHub issue for the git-flow-next project, adhering to team conventions.
Do not use it for other repositories or when you need a custom issue format not covered by the provided templates.
Security analysis
SafeThe skill only uses read, search, and create-issue GitHub MCP tools. No shell execution, data exfiltration, or safety bypass. No risky instructions.
No concerns found
Examples
Create a bug issue: [bug] Git merge fails when feature branch has conflictsCreate a feature issue: [feature] Add support for rebase workflowsCreate an enhancement issue: [enhancement] Improve error messages in merge commandname: gh-issue description: Create a GitHub issue following project guidelines argument-hint: <title or description> 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 following project guidelines.
Instructions
-
Gather Information
- If
$ARGUMENTSis provided, use it as the issue title/description - If no arguments, ask the user for:
- Issue type (bug, enhancement, feature)
- Brief description of the issue
- If
-
Check for Duplicates
- Search existing issues for similar topics
- If potential duplicates found, show them to the user and ask to confirm creation
-
Determine Issue Type and Labels
bug- Something isn't workingenhancement- Improvement to existing featurefeature- New feature requestdocumentation- Documentation improvements
-
Create the Issue
- Use clear, descriptive title (imperative mood: "Add...", "Fix...", "Update...")
- Structure the body with appropriate sections based on type
Issue Body Templates
Bug Report
## Description
<Clear description of the bug>
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
<What should happen>
## Actual Behavior
<What actually happens>
## Environment
- OS:
- Git version:
- git-flow-next version:
Enhancement/Feature
## Description
<Clear description of the enhancement/feature>
## Motivation
<Why is this needed? What problem does it solve?>
## Proposed Solution
<How should this work?>
## Alternatives Considered
<Other approaches considered, if any>
- Report Result
- Show the created issue URL
- Suggest next step:
/analyze-issue <number>to start working on it
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.