Imported from MarcusJellinghaus/mcp-tools-py (
.claude/skills/issue_create/SKILL.md). Install upstream withnpx skills add MarcusJellinghaus/mcp-tools-py --skill issue_create. Copyright stays with the author.
Create GitHub Issue
Based on our prior discussion, create a GitHub issue.
Instructions:
- Extract the issue title and body from the conversation context
- Use a clear, descriptive title
- Include relevant details from our discussion in the body
- Use markdown formatting for better readability
Optional: Base Branch If the feature should be based on a branch other than the default (main/master), include:
### Base Branch
<branch-name>
Use cases:
- Hotfixes based on release branches
- Features building on existing work
- Long-running feature branches
Important: Before specifying a base branch, verify it exists: call mcp__mcp-workspace__git with command "ls_remote" and args ["--heads", "origin", "<branch-name>"].
If no base branch is needed, omit this section entirely.
Create the issue using:
gh issue create --title "TITLE" --body "BODY"
If no prior discussion context is found, respond: "No discussion context found. Please discuss the feature or bug first before creating an issue."