cmd-gh-issue
Installation
SKILL.md
Create GitHub Issue from Conversation
Create a well-structured GitHub issue using gh CLI, populated with context from the current conversation.
Instructions
-
Determine the repo -- confirm you're inside a git repo with a GitHub remote:
gh repo view --json nameWithOwner -q '.nameWithOwner'If this fails, ask the user which repo to file against.
-
Synthesize the conversation into a GitHub issue body following the structure below.
-
Create the issue using
gh: