speckit-taskstoissues

Convert task descriptions into GitHub issues via the GitHub API.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Elmarbouhe/chez-yema --skill speckit-taskstoissues-elmarbouhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Elmarbouhe/chez-yema/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Elmarbouhe/chez-yema --skill speckit-taskstoissues-elmarbouhe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms tasks into actionable GitHub issues, ensuring that every project item is tracked and manageable within the repository.

Core Features & Use Cases

  • Task to Issue Conversion: Converts task descriptions into structured GitHub issues.
  • Compatibility: Works with projects structured for Spec-Driven Development with Spec Kit.
  • Use Case: Streamline your workflow by converting tasks listed in your tasks.md into individual GitHub issues, each with a unique identifier.

Quick Start

Execute the command '/speckit-taskstoissues'.

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 from a markdown file into GitHub issues?

You can convert tasks into GitHub issues by using a tool that parses task descriptions and utilizes the GitHub API to create structured issues with unique identifiers for project tracking. This specific Skill automates that conversion process.

Does Spec Kit support automatic issue tracking for Spec-Driven Development projects?

Yes, Spec Kit supports automatic issue tracking when configured with the appropriate extension. This Skill integrates with Spec Kit to transform project tasks into actionable GitHub issues, enhancing your Spec-Driven Development workflow.

What is the best way to avoid duplicate GitHub issues when converting project tasks?

To avoid duplicate GitHub issues during task conversion, you need a tool that handles task deduplication. This Skill natively performs deduplication when transforming your task descriptions into GitHub issues.

Do I need to configure extensions to create GitHub issues from Spec Kit?

Yes, you need to configure the `.specify/extensions.yml` file to establish pre-and post-execution hooks. This configuration is required for the Skill to successfully interact with the GitHub API and create issues.

How do I streamline project workflow by moving tasks to GitHub issue tracking?

You can streamline project workflow by converting tasks listed in your `tasks.md` into individual GitHub issues. This ensures every project item is tracked and manageable directly within your repository.