speckit-taskstoissues

Convert spec-kit project tasks into dependency-ordered GitHub issues.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-taskstoissues-ahmedmohammedsaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/AhmedMohammedSaad/gmyunity/tree/main/.agent/skills/speckit-taskstoissues
Command: npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-taskstoissues-ahmedmohammedsaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual conversion of design and specification tasks into tracked GitHub issues is time‑consuming and error‑prone. This Skill automates that process, ensuring each task becomes a well‑structured issue linked to the correct repository.

Core Features & Use Cases

  • Automated task extraction from spec‑kit projects using the provided PowerShell check script.
  • Dependency‑ordered issue creation so that related tasks are linked in the proper sequence on GitHub.
  • Safety checks that verify the repository’s remote URL before any issue is opened, preventing accidental modifications to unrelated projects.
  • Use case: A product team maintains feature specifications in a .specify/ directory; running this Skill instantly populates the project’s GitHub board with ready‑to‑work issues.

Quick Start

Ask the skill to convert all current project tasks into ordered GitHub issues for the repository.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert spec-kit tasks into GitHub issues automatically?

Yes, dependency-ordered issue creation ensures related tasks are linked in the proper sequence on GitHub. The Skill reads project dependencies and creates GitHub issues in the correct order, preventing out-of-sequence tracking on your project board.

Do I need a specific remote URL to create GitHub issues from spec-kit tasks?

You need a valid GitHub remote URL configured in your repository to create GitHub issues from spec-kit tasks. The Skill includes safety checks that verify the repository's remote URL before opening any issue, preventing accidental modifications to unrelated projects.

Can I use this to generate GitHub issues from a .specify directory?

If GitHub issue creation fails, verify the repository has a valid GitHub remote URL and that the spec-kit check-prerequisites script runs successfully. The Skill only operates on repositories with a matching remote to prevent accidental modifications to unrelated projects.

What is the best way to populate a GitHub board with feature specification tasks?

The best way to populate a GitHub board with feature specification tasks is running an automated conversion script. This Skill turns existing project tasks into well-structured GitHub issues linked to the correct repository, eliminating manual entry errors.