speckit-taskstoissues

Convert task IDs into dependency-ordered GitHub issues via the GitHub API.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/Tzuhuanhsu/AI_MCP_Slot_Demo --skill speckit-taskstoissues-tzuhuanhsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Tzuhuanhsu/AI_MCP_Slot_Demo/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Tzuhuanhsu/AI_MCP_Slot_Demo --skill speckit-taskstoissues-tzuhuanhsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting task lists into GitHub issues, saving time and reducing errors in project management.

Core Features & Use Cases

  • Task to Issue Conversion: Converts task IDs in a specified format into GitHub issues.
  • Dependency-Ordered Issues: Ensures issues are created in the correct order based on task dependencies.
  • Integration with Spec-Kit: Compatible with projects structured using the Spec-Kit project system.

Quick Start

Run the speckit-taskstoissues skill to convert your task list into GitHub issues.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I automate GitHub issue creation from a task list?

This skill converts task IDs into GitHub issues via the GitHub API, maintaining task order and dependencies to automate project management and eliminate manual issue entry.

Does converting task lists to GitHub issues require a specific project structure?

Yes, converting task lists to GitHub issues requires a Spec-Kit project structure containing a `.specify/` directory to properly process tasks and map dependencies.

How are task dependencies handled when creating GitHub issues?

Task dependencies are handled by creating GitHub issues in a dependency-ordered sequence, ensuring prerequisite tasks are established before dependent issues are generated.

Can I prevent duplicate GitHub issues when running task automation repeatedly?

Yes, duplicate GitHub issues are prevented during task automation through built-in deduplication logic that checks existing issues before creating new ones from task IDs.

What is the best way to integrate Spec-Kit tasks with GitHub issue management?

The best way to integrate Spec-Kit tasks with GitHub issue management is using an automation skill that parses the `.specify/` directory and converts task IDs into dependency-ordered GitHub issues.

Why are my Spec-Kit task to GitHub issue conversions not working?

Spec-Kit task to GitHub issue conversions fail when the required `.specify/` directory is missing from the project structure, or if the `spec-kit` dependency for task list processing is not installed.