yds-gh-issue-drafter
GitHub Issue Drafter
Overview
The quality of everything downstream — the plan, the reviews, the implementation, the CI verification — is capped by the quality of the Issue that starts it. A rough, one-line Issue forces every later step to guess at the author's intent.
This skill takes the user's rough intent (the What) and, without slowing them down,
proposes the three things a hand-written Issue almost always omits: a machine-checkable
Done definition, an explicit Out of scope, and optional Design constraints.
The user approves or edits the proposal, then the skill creates a structured GitHub
Issue tagged with a marker that yds-gh-issue-planner recognizes.
Scope boundary: this skill only drafts and files the Issue. It does not investigate
code, propose a response plan, or implement anything. Hand off to yds-gh-issue-planner
once the Issue exists.