speckit-taskstoissues

Convert tasks from tasks.md into GitHub issues via the GitHub MCP server.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ch-yang1273/2026-Playground --skill speckit-taskstoissues-ch-yang1273
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/ch-yang1273/2026-Playground/tree/main/0221-speckit/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/ch-yang1273/2026-Playground --skill speckit-taskstoissues-ch-yang1273

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert tasks from tasks.md into GitHub issues. Use after task breakdown to track work items in GitHub project management.

Core Features & Use Cases

  • Break down tasks from a tasks.md file and map each to a GitHub issue.
  • Create, link, and reference issues in the target repository for streamlined project management.
  • Use case: after breaking down a project, automatically generate issues to assign and track progress on milestones.

Quick Start

Run the speckit prerequisites script to extract tasks and create corresponding GitHub issues in the target repository.

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?

Yes, you can automate GitHub issue creation from a tasks.md file. The Skill enumerates tasks listed in the file and creates corresponding issues in the target repository using the GitHub MCP server, provided a GitHub remote URL is configured.

What's the best way to track tasks from a spec-kit project in GitHub?

The best way to track tasks from a spec-kit project in GitHub is to convert the tasks.md file entries into GitHub issues. This ensures work items are linked and traceable directly within the repository's project management system.

Do I need a specific project structure to create GitHub issues from tasks.md?

Yes, you need a spec-kit style project structure to create GitHub issues from tasks.md. The environment must include a .specify/ directory and a valid GitHub remote URL to validate the target repository before generating issues.

Why does converting tasks to GitHub issues fail when the remote is mismatched?

Converting tasks to GitHub issues fails when the remote is mismatched because the Skill guards against missing prerequisites and incorrect remotes. It validates the GitHub remote URL beforehand to ensure issues are created in the correct repository.