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
13
GitHub Stars
7
First Seen
Mar 8, 2026
cmd-gh-issue — olshansk/agent-skills