speckit-taskstoissues

Convert design-artifact tasks into GitHub issues via MCP integration.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Maru1301/Yeet --skill speckit-taskstoissues-maru1301
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Maru1301/Yeet/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Maru1301/Yeet --skill speckit-taskstoissues-maru1301

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts design-artifact tasks into GitHub issues in a repository, enabling teams to track work from design and specifications as concrete issues with dependencies.

Core Features & Use Cases

  • Create GitHub issues from existing tasks described in design artifacts.
  • Enforce repository scope by validating the Git remote is a GitHub URL and targeting the correct repository.
  • Support dependency-ordered issue creation to preserve task sequencing across the project.

Quick Start

Run the speckit taskstoissues workflow to convert all tasks into 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 design artifact tasks into GitHub issues automatically?

To convert design artifact tasks into GitHub issues, you can use an automation workflow that detects a .specify/ project structure and publishes tasks to the corresponding repository. This ensures design specifications are tracked as concrete issues with dependencies.

Can I create GitHub issues from tasks while preserving their dependency order?

Yes, you can create GitHub issues from tasks while preserving dependency order. The workflow validates the Git remote and creates issues sequentially, ensuring task sequencing across the project is maintained during issue generation.

Does converting tasks to GitHub issues require a GitHub MCP server?

Yes, converting tasks to GitHub issues requires a GitHub MCP server for publishing. The integration relies on the MCP server to interact with the target repository and create the issues from your design artifacts.

How does repository scope validation work when generating GitHub issues from tasks?

Repository scope validation works by checking that the Git remote is a GitHub URL and targeting only that specific repository. This enforces repository boundaries to prevent cross-repo actions when creating issues from your tasks.

What is the .specify/ project structure needed for task to issue conversion?

The .specify/ project structure is the required directory layout that the workflow detects to identify design-artifact tasks. It serves as the source location from which tasks are extracted and converted into GitHub issues.

Are there limitations when creating GitHub issues from spec-kit tasks?

A key limitation is that issue creation enforces strict repository scope, preventing cross-repo actions. Additionally, it requires a GitHub MCP server and will fail if the Git remote is not a valid GitHub URL.