speckit-taskstoissues

Convert task list items into dependency-ordered GitHub issues.

12|2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/mori-shin-x/artgraph --skill speckit-taskstoissues-mori-shin-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/mori-shin-x/artgraph/tree/main/.claude/skills/speckit-taskstoissues
Command: npx skills add https://github.com/mori-shin-x/artgraph --skill speckit-taskstoissues-mori-shin-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the disconnect between project task lists and issue tracking by automating the creation of GitHub issues directly from your task documentation.

Core Features & Use Cases

  • Automated Issue Creation: Transforms task list items into structured GitHub issues with canonical titles.
  • Deduplication Logic: Prevents duplicate issue creation by scanning existing repository issues for matching task IDs.
  • Workflow Integration: Supports pre- and post-execution hooks to integrate with custom project-specific tooling or validation steps.

Quick Start

Invoke the speckit-taskstoissues skill to scan your task list and generate missing GitHub issues for all pending items.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert project tasks into GitHub issues automatically?

You can convert project tasks into tracked GitHub issues by invoking this skill to scan your task documentation and automatically generate missing GitHub issues for pending items.

How does automated issue tracking prevent duplicate GitHub issues?

The skill prevents duplicate GitHub issues by verifying existing issue states and scanning for matching task IDs before generating new issues from your task list.

What project structure is required to sync task lists with GitHub issues?

Task list synchronization requires access to GitHub repository remotes and strict adherence to the .specify project structure for accurate task identification.

Can I integrate custom validation steps into my GitHub issue creation workflow?

Pre- and post-execution hooks are supported to integrate custom project-specific tooling or validation steps into your automated GitHub issue creation workflow.

Does the issue generation process maintain task dependencies?

Task dependencies are maintained during issue generation by applying dependency ordering to the converted GitHub issues parsed from your project documentation.