Create GitHub issue via CLI
create-issuecommandsetup L1★12
blackplume233/Actant ↗What it does
Create GitHub issue via CLI
Best for
Creating GitHub issues programmatically without leaving the CLI or entering the web UI.
Inputs
- · issue title
- · description (optional)
- · labels (optional)
- · assignees (optional)
Outputs
- · GitHub issue URL
- · issue metadata
Requires
- · GitHub CLI (gh)
- · GitHub OAuth
Preconditions
- · GitHub CLI installed and authenticated
- · git repo initialized
- · gh auth login completed
Failure modes
- · gh not authenticated → prompt gh auth login
- · repo permissions denied → show error details
- · network error → show common fixes
- · invalid markdown → fallback to plaintext body
Trust signals
- · gh CLI auth check before creation
- · Optional fields documented
- · Error messages with fix suggestions
- · File-based body option for complex markdown