From hashi-github
Creates a GitHub issue in a specified repository by prompting for title, description, and optional labels. Returns the issue number and URL.
How this command is triggered — by the user, by Claude, or both
Slash command
/hashi-github:create-issueThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Create GitHub Issue ## Name hashi-github:create-issue - Create a new issue in a GitHub repository ## Synopsis ## Description Create a new issue in a GitHub repository ## Implementation Create a new issue in a GitHub repository with title, body, and labels. ## Usage This command helps you create a well-structured GitHub issue. ## What This Command Does 1. Asks for the repository (owner/repo format) 2. Prompts for issue title 3. Requests issue body/description 4. Asks for labels (optional) 5. Creates the issue using the GitHub MCP `create_issue` tool 6. Returns the issue numb...
hashi-github:create-issue - Create a new issue in a GitHub repository
/create-issue [arguments]
Create a new issue in a GitHub repository
Create a new issue in a GitHub repository with title, body, and labels.
/create-issue [owner/repo]
This command helps you create a well-structured GitHub issue.
create_issue toolUser: /create-issue
Claude: I'll help you create a GitHub issue. What repository? (owner/repo format)
User: my-org/my-repo
Claude: What should the issue title be?
User: Fix memory leak in image processor
Claude: Please provide a description for the issue:
User: Memory usage increases continuously when processing large images.
After processing 100+ images, the application crashes due to OOM errors.
## Steps to reproduce
1. Start the image processor
2. Process 100+ large images (>5MB each)
3. Observe memory usage climbing
Claude: Any labels to add? (comma-separated, or press Enter to skip):
User: bug, high-priority
Claude: Creating issue in my-org/my-repo...
Issue created successfully!
#42 - Fix memory leak in image processor
https://github.com/my-org/my-repo/issues/42
owner/repo format for repository identification#123 syntax@username for notifications/search-code: Find related code before filing/create-pr: Create a pull request to fix the issue/review-pr: Review existing PRs related to the issuenpx claudepluginhub thedotmack/han --plugin hashi-github/create-issueCreates a well-structured GitHub issue with proper metadata, including labels, milestone, project board, and assignee.
/create-issueCreates a formatted GitHub or GitLab issue for the current git repository from provided topic/description, lists available labels, and requires user approval before using gh or glab CLI.
/create-issueCreates a new GitHub issue with formatted body, labels, assignees, milestones, and reference links to related content.
/create-issueCreates GitHub issue with validated labels via content analysis for type and principles, fetches repo labels, applies templates, and previews before submission.
/devteam-issue-newCreates a well-formatted GitHub issue with automatic labeling, priority detection, and codebase context analysis. Supports bug, enhancement, performance, and security issues.
/issue-createCreates a structured GitHub issue from current context or description, with optional template selection and meta-directive handling.