From gitlab
Creates GitLab issues interactively via /create-issue: prompts for project ID/path, title, description, labels; uses GitLab MCP tool and returns issue URL.
npx claudepluginhub thebushidocollective/han --plugin gitlabThis skill uses the workspace's default tool permissions.
gitlab:create-issue - Create a new issue in a GitLab project
Creates GitHub issues interactively: prompts for repo, title, body, labels; uses GitHub MCP tool. Returns issue number and URL.
Creates GitLab issues via glab CLI with type labels, links child issues to parents, copies parent labels/milestones. For GitLab project workflows.
Repository: !`gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No GitHub repo detected"`
Share bugs, ideas, or general feedback.
gitlab:create-issue - Create a new issue in a GitLab project
/create-issue [arguments]
Create a new issue in a GitLab project
Create a new issue in a GitLab project with title, description, and labels.
/create-issue
This command helps you create a well-structured GitLab issue by guiding you through the process.
create_issue toolUser: /create-issue
Claude: I'll help you create a GitLab issue. What's the project ID or path?
User: 123
Claude: What should the issue title be?
User: Fix memory leak in image processor
Claude: Please provide a description for the issue (optional, press Enter to skip):
User: Memory usage increases continuously when processing large images. After processing 100+ images, the application crashes due to OOM errors.
Claude: Any labels to add? (comma-separated, or press Enter to skip):
User: bug, high-priority, performance
Claude: Creating issue in project 123...
✓ Issue created successfully!
#42 - Fix memory leak in image processor
https://gitlab.com/your-org/project/-/issues/42
my-group%2Fmy-project#123 syntax/search-issues: Find existing issues before creating duplicates/view-issue: View issue details/create-mr: Create a merge request to fix the issue