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:
REPO=$(gh repo view --json nameWithOwner -q '.nameWithOwner')
# Splits into OWNER and REPO_NAME
If detection fails, ask the user for the target repository.
Process
Step 1: Understand the Request
Related skills