create-issue
Installation
SKILL.md
Create GitHub Issue
Create well-structured GitHub issues from user descriptions through interactive clarification.
Repository Detection
Detect the repository from the current git remote using your platform's CLI. Examples:
# GitHub lane (CODE_HOST=github):
REPO=$(gh repo view --json nameWithOwner -q '.nameWithOwner')
# GitLab lane (CODE_HOST=gitlab):
REPO=$(glab repo view -F json | jq -r '.path_with_namespace')
Both split into OWNER and REPO_NAME (or NAMESPACE and PROJECT on GitLab). If detection fails, ask the user for the target repository.