What problem does it solve?
Turning local code investigations, observed regressions, or improvement ideas into well-formed GitHub Issues is tedious and error-prone. This Skill structures that process so drafts follow the repository's issue templates, avoid duplicates, and only get published after explicit confirmation.
Core Features & Use Cases
- Duplicate Detection: Searches existing GitHub Issues and PRs by domain concept to determine whether an observation is a duplicate, a follow-up, or a new report.
- Template-Aligned Drafting: Selects the matching repository template (bug, feature, task, or question) and drafts title, affected workflow, reproduction steps, evidence, scope, and acceptance criteria.
- Confirmation-Gated Publishing: Shows the full title, template type, labels, and body for review, and only runs
gh issue create after explicit user confirmation.
- Use Case: While debugging the Comet runtime you notice a regression in a workflow path. Use this Skill to verify it is not already reported, draft a bug Issue with reproduction steps and version details, and publish it after your approval.
Quick Start
Use the comet-github-idea-to-issue skill to turn my local findings about the workflow regression into a focused GitHub Issue draft.