Claude-skill-registry gh-issue
Create a GitHub issue following project guidelines
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gh-issue" ~/.claude/skills/majiayu000-claude-skill-registry-gh-issue && rm -rf "$T"
manifest:
skills/data/gh-issue/SKILL.mdsource content
Create GitHub Issue
Create a new GitHub issue for the gittower/git-flow-next repository following project guidelines.
Instructions
-
Gather Information
- If
is provided, use it as the issue title/description$ARGUMENTS - 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
- Something isn't workingbug
- Improvement to existing featureenhancement
- New feature requestfeature
- Documentation improvementsdocumentation
-
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:
to start working on it/analyze-issue <number>