Create GitHub issues from uncommitted changes or commits
Analyze changes and create GitHub issues with CHANGELOG entries.
/create-issue [source]
source: "uncommitted", a commit SHA, or a range like "abc123..def456"git diff), single commit (git show <sha>), or range (git diff <range>)gh search issues --repo gitkraken/vscode-gitlens "<keywords>"[Unreleased]Score matches 0-1:
Thresholds: >= 0.7 likely duplicate, 0.45-0.69 possibly related, < 0.45 ignore.
| Section | Content |
|---|---|
| Summary | One-line description |
| Impact | Who/what benefits |
| Validation | Steps to verify |
| Risk | Potential regressions |
gh issue create --title "<title>" --body "<body>" --assignee @me --label "<labels>"
gh label list --limit 100Format per /changelog skill. Map: Feature→Added, Enhancement→Changed, Bugfix→Fixed, Removal→Removed.