speckit-taskstoissues

Convert tasks from tasks.md into GitHub issues with dependency order.

Updated May 9, 2026
One-click install
npx skills add https://github.com/Arthur-Valentim/TODO---LIST --skill speckit-taskstoissues-arthur-valentim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Arthur-Valentim/TODO---LIST/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Arthur-Valentim/TODO---LIST --skill speckit-taskstoissues-arthur-valentim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the conversion of existing tasks into actionable GitHub issues, streamlining the issue tracking process for feature development.

Core Features & Use Cases

  • Task to Issue Conversion: Converts project tasks into GitHub issues with dependency order.
  • Compatibility: Requires Spec-Kit project structure with .specify/ directory.
  • Use Case: For a project with a Spec-Kit structure, this Skill can transform tasks from a tasks.md file into well-structured GitHub issues, improving issue management and development workflow.

Quick Start

Use the speckit-taskstoissues skill to convert tasks from the 'tasks.md' file into GitHub issues for the 'featureX' feature.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert tasks from a markdown file into GitHub issues?

To convert tasks into GitHub issues, this Skill parses a tasks.md file, ensures unique task IDs, and deduplicates entries based on existing issue titles before creating the issues via GitHub MCP server.

Do I need a Spec-Kit project structure to automate task to issue conversion?

Yes, task to issue conversion requires a Spec-Kit project structure containing a .specify/ directory to provide the necessary infrastructure for parsing and generating the GitHub issues.

How does task to issue conversion handle duplicate GitHub issues?

Task to issue conversion handles duplicates by ensuring task IDs are unique and deduplicating new issues based on existing issue titles already present in the GitHub repository.

Can I run custom scripts during the task to issue conversion process?

Yes, you can run custom scripts during task to issue conversion by utilizing optional pre and post execution hooks supported by the Skill alongside the GitHub MCP server.

What is the best way to automate project task tracking using GitHub issues?

Automating project task tracking is best achieved by converting tasks into GitHub issues with dependency order, ensuring structured issue management directly from your Spec-Kit tasks.md file.