speckit.taskstoissues

Convert tasks from task files into GitHub issues with dependency order and deduplication.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-taskstoissues-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.taskstoissues
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/speckit.taskstoissues
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-taskstoissues-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting tasks from a design artifact into actionable GitHub issues, streamlining project management and reducing manual effort.

Core Features & Use Cases

  • Task to Issue Conversion: Automatically translates tasks into structured GitHub issues.
  • Dependency Order: Ensures that issues are created in the correct dependency order.
  • Deduplication: Prevents duplicate issues from being created.
  • Use Case: Convert a list of project tasks into a prioritized set of GitHub issues, ready for tracking and collaboration.

Quick Start

Use the speckit.taskstoissues skill to create GitHub issues from the 'tasks.md' file.

Frequently Asked Questions about speckit.taskstoissues

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

FAQPage Schema
How do I automate converting tasks to GitHub issues?

To automate converting tasks to GitHub issues, you can use this Skill to parse task files and interact with the GitHub API. It automatically translates your project tasks into structured GitHub issues, ready for tracking and collaboration.

Does this task to issue conversion tool prevent duplicate GitHub issues?

Yes, this task to issue conversion tool includes built-in deduplication to prevent duplicate GitHub issues. It ensures proper dependency order during issue creation, automatically structuring your project management workflow.

What file format do I need for automated GitHub issue creation?

For automated GitHub issue creation, you need a markdown task file. The Skill parses your 'tasks.md' file to extract project tasks and automatically translates them into structured GitHub issues.

Can I use this to manage project dependencies when creating GitHub issues?

Yes, you can use this to manage project dependencies when creating GitHub issues. The Skill ensures that issues are created in the correct dependency order based on the parsed task files.

Do I need a GitHub API connection for task conversion automation?

Yes, a GitHub API connection is required for task conversion automation. The Skill depends on the GitHub integration to automatically translate parsed tasks into structured issues for project management.