Create Issue banner
dsifry dsifry

Create Issue

Git community

Description

# Create GitHub Issue Create a comprehensive, well-structured GitHub issue with embedded agent instructions for autonomous PR lifecycle management. ## Usage ```text /create-issue [type] [description] ``` **Arguments** (optional - will prompt if not provided): - `type`: `feature`, `bug`, or `refactor` - `description`: Brief description of the issue ## Examples ```bash # Interactive mode (prompts for all details) /create-issue # With type specified /create-issue feature # With type and de

Installation

Installs to ~/.claude/commands/dsifry-metaswarm-create-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dsifry/metaswarm/HEAD/.claude/commands/create-issue.md -o ~/.claude/commands/dsifry-metaswarm-create-issue.md

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

Full documentation available on GitHub

View Source Repository