speckit-taskstoissues

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

25|4|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Rubiss-Projects/spec-kit-ralph --skill speckit-taskstoissues-rubiss-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/Rubiss-Projects/spec-kit-ralph/tree/main/.agents/skills/speckit-taskstoissues
Command: npx skills add https://github.com/Rubiss-Projects/spec-kit-ralph --skill speckit-taskstoissues-rubiss-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of project tasks into GitHub issues, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Task Conversion: Converts existing tasks into actionable GitHub issues.
  • Dependency Order: Ensures issues are created in a dependency-ordered fashion.
  • Compatibility: Requires a spec-kit project structure for seamless integration.
  • Use Case: Ideal for teams using GitHub for project management, looking to automate the creation of issues from their task lists.

Quick Start

Convert all tasks in 'tasks.md' to GitHub issues using the speckit-taskstoissues skill.

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 to GitHub issues from a spec-kit project?

The skill converts tasks to GitHub issues by parsing task entries from a spec-kit project and automating their creation in a GitHub repository containing a .specify/ directory.

Does task conversion to GitHub issues maintain task dependencies?

Yes, task conversion to GitHub issues maintains task dependencies by ensuring issues are created in a dependency-ordered fashion for accurate project tracking and sequential execution.

What do I need to automate issue creation from spec-kit tasks?

To automate issue creation from spec-kit tasks, you need an existing spec-kit project structure and a GitHub repository configured with a .specify/ directory for seamless integration.

How do I generate GitHub issues from a tasks.md file?

You can generate GitHub issues from a tasks.md file by running the speckit-taskstoissues skill, which reads the task list and automates the creation of corresponding issues in your repository.

Is there a way to bulk create GitHub issues from a task list?

Yes, you can bulk create GitHub issues from a task list using this automation skill, which reads all entries from your tasks.md file and converts them into actionable GitHub issues at once.

Why are my spec-kit tasks not converting to GitHub issues?

Tasks may not convert to GitHub issues if the required spec-kit project structure is missing or the target GitHub repository lacks the necessary .specify/ directory for integration.