Github Issue banner
deepsteve deepsteve

Github Issue

Git community

Description

--- name: github-issue description: Create a GitHub issue from a natural language description argument-hint: [--auto] <description of the issue> --- The user wants to create a GitHub issue. Their arguments: $ARGUMENTS **First, decide the mode.** If the arguments contain the literal flag `--auto` (typically passed by an autonomous agent that is tasked with both creating *and* solving issues), strip the `--auto` token out and use the remaining text as the issue description, then follow **Auto mo

Installation

Installs to ~/.claude/skills/deepsteve-deepsteve-github-issue/SKILL.md

Terminal
mkdir -p ~/.claude/skills/deepsteve-deepsteve-github-issue && curl -fsSL https://raw.githubusercontent.com/deepsteve/deepsteve/HEAD/skills/github-issue.md -o ~/.claude/skills/deepsteve-deepsteve-github-issue/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository