What problem does it solve?
Writing a good implementation tracking issue is hard: issues often end up too vague to act on or so prescriptive they lock in implementation details prematurely. This Skill produces focused GitHub tracking issues for Remix changes that clearly state the target outcome, implementor context, a concise checkbox plan, compatibility concerns, and required acceptance gates.
Core Features & Use Cases
- Structured Issue Drafting: Generates issues with a specific title, summary, context and requirements, a flat checkbox implementation plan, and plain-bullet required gates.
- GitHub CLI Integration: Uses
gh to confirm the target repository, search for duplicate issues, inspect templates and labels, create or edit the issue, and verify the final result.
- Scope Discipline: Preserves decisions already made by the user, avoids reopening settled questions, and keeps prescriptive implementation details out of the plan.
- Use Case: After deciding to move test-command parsing into
@remix-run/cli, ask the Skill to open a tracking issue; it inspects the repository, drafts the outcome-focused plan, creates the issue with gh, and reads it back to confirm the title, body, and URL.
Quick Start
Use the make-tracking-issue skill to create a GitHub tracking issue for refactoring @remix-run/test with a concise plan and acceptance gates.