speckit-taskstoissues

Convert spec-kit project tasks into GitHub issues with dependency order.

Updated May 29, 2026
One-click install
npx skills add https://github.com/juanca202/exercise-mobile --skill speckit-taskstoissues-juanca202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/juanca202/exercise-mobile/tree/main/.cursor/skills/speckit-taskstoissues
Command: npx skills add https://github.com/juanca202/exercise-mobile --skill speckit-taskstoissues-juanca202

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of converting tasks into GitHub issues for a feature, ensuring that tasks are transformed into actionable items in a structured and ordered manner.

Core Features & Use Cases

  • Task Conversion: Converts tasks into GitHub issues with proper dependencies and order.
  • Compatibility: Requires spec-kit project structure with .specify/ directory.
  • Use Case: When you have a list of tasks within a spec-kit project, use this Skill to generate corresponding GitHub issues for easier tracking and collaboration.

Quick Start

Use the speckit-taskstoissues skill to convert tasks into GitHub issues based on the current spec-kit project structure.

Frequently Asked Questions about speckit-taskstoissues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert spec-kit tasks into GitHub issues automatically?

Yes, this Skill converts spec-kit tasks into GitHub issues while maintaining dependency order and structure. It requires a spec-kit project structure with a `.specify/` directory to properly generate and order the issues.

What project structure do I need to automate task conversion to GitHub issues?

A spec-kit project structure with a `.specify/` directory is required to automate task conversion. The Skill parses this directory to generate GitHub issues while maintaining the original task dependency order.

Does converting tasks to GitHub issues preserve dependency order?

Converting tasks to GitHub issues preserves dependency order and structure. The Skill ensures that the generated GitHub issues accurately reflect the original task dependencies found within your spec-kit project.

Can I execute custom hooks during the task to GitHub issues conversion process?

You can execute custom pre- and post-execution hooks during the task conversion process. The Skill automatically triggers these hooks if they are configured within your spec-kit project environment.

Why are my spec-kit tasks not converting into GitHub issues?

Spec-kit tasks fail to convert into GitHub issues if the required `.specify/` directory is missing. Ensure your project maintains the correct spec-kit structure and that any configured pre-execution hooks run successfully.