speckit-taskstoissues

Converts spec-kit task files into ordered GitHub issues automatically.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Yangeok/i-cherri --skill speckit-taskstoissues-yangeok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Yangeok/i-cherri/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Yangeok/i-cherri --skill speckit-taskstoissues-yangeok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually creating GitHub issues from tasks can be time-consuming. This Skill automates the process, streamlining your workflow.

Core Features & Use Cases

  • Automate Issue Creation: Automatically create issues from project tasks with dependency ordering.
  • Design Artifacts Integration: Utilizes available design artifacts within spec-kit projects for issue creation.
  • Dependency Ordering: Ensures tasks are issues are in the correct order to avoid confusion and missteps.
  • Use Case: Suppose you have a design project with many tasks, using this Skill ensures tasks are turned into issues in the right sequence.

Quick Start

Execute the command 'run-speckit-taskstoissues' in your project root.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I automate GitHub issue creation from project tasks?

You can automate GitHub issue creation by executing the 'run-speckit-taskstoissues' command in your project root, which converts task files within a spec-kit project structure into GitHub issues. This streamlines your workflow and saves time.

Can I create GitHub issues with dependency ordering automatically?

Yes, creating GitHub issues with dependency ordering is supported automatically. The Skill ensures tasks are converted into issues in the correct sequence to avoid confusion and missteps during project execution.

Does issue automation work with spec-kit design artifacts?

Yes, issue automation works with spec-kit design artifacts. The Skill utilizes available design artifacts within spec-kit projects to generate GitHub issues, integrating your design workflow directly with issue tracking.

What is the best way to convert spec-kit tasks to GitHub issues?

The best way to convert spec-kit tasks to GitHub issues is using a dedicated automation Skill that parses task files and creates issues with dependency ordering. Simply run the 'run-speckit-taskstoissues' command in your project root directory.

Do I need a specific project structure to automate task to issue conversion?

Yes, you need a spec-kit project structure to automate task to issue conversion. The Skill specifically parses task files within the spec-kit project directory structure to generate GitHub issues with correct dependency ordering.