speckit.taskstoissues

Convert technical tasks into GitHub issues with dependency ordering.

3|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-taskstoissues-rangeyrover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.taskstoissues
Source: https://github.com/RangeyRover/home-battery-control/tree/main/.agent/skills/speckit.taskstoissues
Command: npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-taskstoissues-rangeyrover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github/github-mcp-server/issue_write, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of tasks into GitHub issues, streamlining the process of managing feature development and dependencies.

Core Features & Use Cases

  • Task to Issue Conversion: Converts tasks into GitHub issues with proper dependencies and order.
  • Integration with GitHub: Uses GitHub's Issue Creation API to create issues directly.
  • Use Case: For a software development team using GitHub, this Skill can help in maintaining a clear and organized issue tracker by automatically converting tasks into issues based on design artifacts.

Quick Start

Use the speckit.taskstoissues skill to convert tasks into GitHub issues from the 'design_spec.md' document.

Frequently Asked Questions about speckit.taskstoissues

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

FAQPage Schema
How do I convert software development tasks into GitHub issues with dependency ordering?

To convert software development tasks into GitHub issues with dependency ordering, this Skill automates the transformation of design artifacts into actionable issues using the GitHub Issue Creation API. It structures your issue tracker by mapping task dependencies directly.

What is the best way to automate task to issue conversion for feature management?

Automating task to issue conversion for feature management involves using this Skill to parse design specifications and generate GitHub issues. It maintains a structured issue tracker by mapping technical tasks and their dependencies directly to GitHub.

Do I need GitHub Issue Creation API access to automate task conversion?

Yes, you need GitHub Issue Creation API access to automate task conversion. This Skill relies on the GitHub MCP server issue write dependency to programmatically create issues and establish dependency ordering within your repository.

Can I generate GitHub issues automatically from a design specification document?

Yes, you can generate GitHub issues automatically from a design specification document. This Skill processes design artifacts like 'design_spec.md' to extract technical tasks and creates corresponding GitHub issues with proper dependency ordering.

How does dependency ordering work when converting tasks to GitHub issues?

Dependency ordering when converting tasks to GitHub issues works by mapping the technical task relationships defined in your design artifacts. The Skill processes these dependencies to ensure the created GitHub issues reflect the correct sequence for feature development.

What are the limitations of automating GitHub issue creation from design artifacts?

Limitations of automating GitHub issue creation from design artifacts include the requirement for properly structured design specification documents and active GitHub Issue Creation API access. The Skill is designed specifically for software development teams managing feature dependencies.