What problem does it solve?
Manually converting project task lists into GitHub issues is time-consuming, error-prone, and often leads to duplicate issues or missed tasks, especially for teams using spec-kit to manage feature development workflows.
Core Features & Use Cases
- Automated Task Parsing: Reads and parses task lists from spec-kit project artifacts, extracting task IDs and descriptions automatically.
- Duplicate Prevention: Checks existing GitHub issues to avoid creating duplicates for already tracked tasks.
- Dependency-Ordered Issues: Creates properly formatted GitHub issues with canonical T### titles, aligned with the original task order.
- Use Case: A development team using spec-kit to plan a new feature can run this skill to instantly turn their approved task list into trackable GitHub issues, no manual copy-pasting required.
Quick Start
Use the speckit-taskstoissues skill to convert all tasks from your current spec-kit feature into GitHub issues for your connected repository.