issue-create
Installation
SKILL.md
GitHub Issue Creation
Create GitHub Issues in two modes: standalone (interactive) or USDM (batch from requirements document). Works in any Git repository with GitHub as the remote.
Prerequisites
Before creating issues, verify the environment:
- The current directory is a Git repository. If not, inform the user and stop.
- The GitHub CLI (
gh) is authenticated. If not, instruct the user to rungh auth login.
Mode 1: Standalone Issue
Create a single issue through dialogue with the user.