make-tracking-issue
Installation
SKILL.md
Make Tracking Issue
Overview
Create a focused handoff that explains what must change and how completion will be judged without turning the issue into a prescriptive implementation specification.
Use gh for GitHub reads and writes. Creating or editing an issue is an external write, so only perform it when the user asks for the issue to be created or updated. Otherwise, return a draft.
Workflow
- Inspect the relevant code, package metadata, docs, and existing tests until the current state and affected boundaries are concrete.
- Capture decisions already made by the user. Do not reopen them as alternatives or weaken them with speculative language.
- Confirm the target repository from the git remote, search for duplicate issues, and inspect issue templates or labels when they may affect the result.
- Draft the issue using the structure below, omitting sections that add no value.
- Create or edit the issue with
gh, then read it back to verify the title, body, state, and URL.