What problem does it solve?
Converts scattered design and task artifacts into tracked, dependency-ordered GitHub issues to eliminate manual issue creation and ensure feature work is captured in the repository's issue tracker.
Core Features & Use Cases
- Automated discovery: Executes the spec-kit prerequisite script to locate the FEATURE_DIR and the available design documents and task lists.
- Safe issue creation: Verifies the git remote is a GitHub URL before creating issues and ensures issues are created only in the matching repository.
- Dependency ordering: Translates task lists into actionable issues while preserving or inferring task dependencies for proper sequencing.
- Use Case: When a feature design is delivered with a .specify directory of tasks, use this Skill to programmatically create corresponding GitHub issues so triage and implementation can begin immediately.
Quick Start
Use the speckit-taskstoissues skill to convert the feature tasks found in the repository's .specify directory into dependency-ordered GitHub issues in the repository with a valid GitHub remote.