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

  1. 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.

  2. Synthesize the conversation into a GitHub issue body following the structure below.

  3. Create the issue using gh:

Installs
1
GitHub Stars
10
First Seen
Aug 8, 2026
cmd-gh-issue — olshansk/personal-agent-skills