speckit-taskstoissues

Convert tasks into dependency-ordered GitHub issues for spec-kit repositories.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-taskstoissues-reason-healthcare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/reason-healthcare/rh-skills/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-taskstoissues-reason-healthcare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert existing tasks into actionable, dependency-ordered GitHub issues to guide feature development and tracking across artifacts.

Core Features & Use Cases

  • Automated Task-to-Issue conversion: turn a list of tasks into a set of GitHub issues ordered by dependency.
  • Design-artifact enrichment: populate issues with context from available design artifacts in the repository.
  • Reproducible workflow: respects the spec-kit project structure and ensures issues are created in the correct GitHub repository.

Quick Start

Run the speckit-taskstoissues workflow to convert your tasks into dependency-ordered GitHub issues using available design artifacts.

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 into dependency-ordered GitHub issues?

To convert tasks into dependency-ordered GitHub issues, run the workflow on a spec-kit repository. It validates the Git remote targets GitHub, reads the .specify directory, and automatically generates ordered issues enriched with design artifact context.

What is the best way to automate task-to-issue conversion for a spec-kit project?

Automating task-to-issue conversion for a spec-kit project requires a .specify directory and a valid GitHub remote URL. The workflow reads existing tasks, orders them by dependency, and uses available design artifacts to populate actionable GitHub issues.

Does the task-to-issue workflow work with repositories outside of GitHub?

No, the task-to-issue workflow does not work outside GitHub. It explicitly validates that the Git remote URL points to a GitHub repository before creating dependency-ordered issues to ensure reproducible feature tracking.

Why do I need a .specify directory to generate GitHub issues from tasks?

A .specify directory is required to generate GitHub issues because it ensures the repository follows the spec-kit project structure. The workflow relies on this structure to accurately map tasks and design artifacts into dependency-ordered issues.

How does dependency management work when creating GitHub issues from tasks?

Dependency management works by analyzing relationships between existing tasks in your spec-kit project. The workflow converts the task list into GitHub issues that are explicitly ordered by their dependencies to guide sequential feature implementation.