What problem does it solve?
This Skill automates the conversion of project tasks defined in a Spec Kit repository into tracked, executable GitHub issues, eliminating manual issue creation and ensuring task dependencies and ordering are preserved.
Core Features & Use Cases
- Task discovery: Runs the repository prerequisite script to locate and parse task manifests produced by the Spec Kit project structure.
- Safety checks: Verifies the repository remote is a GitHub URL before any networked changes and enforces repository-matching safeguards.
- Issue creation and ordering: Uses the GitHub MCP server to create issues that reflect each task and preserves dependency order so work can be executed in sequence.
- Use Case: A developer or release manager prepares a new feature blueprint locally and wants all tasks exported as monitored GitHub issues for sprint planning.
Quick Start
Run the speckit-taskstoissues skill from the project root to create GitHub issues from the repository's current tasks, ensuring the repo has a configured GitHub remote.