speckit-taskstoissues

Convert spec-kit tasks.md task items into GitHub issues.

8|1|Updated Sep 19, 2008
One-click install
npx skills add https://github.com/juvenal/openrender --skill speckit-taskstoissues-juvenal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/juvenal/openrender/tree/main/.qwen/skills/speckit-taskstoissues
Command: npx skills add https://github.com/juvenal/openrender --skill speckit-taskstoissues-juvenal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating GitHub issues for every task in a spec-kit tasks.md file is time-consuming and error-prone, especially for projects with large task lists.

Core Features & Use Cases

  • Automated Task Parsing: Extracts all tasks from the spec-kit tasks.md file without manual copy-pasting.
  • Remote Validation: Ensures issues are only created in the GitHub repository matching the project's Git remote to avoid misplacement.
  • Use Case: After breaking down a new feature into individual tasks in tasks.md, use this skill to bulk create corresponding GitHub issues to track progress across your development team.

Quick Start

Use the speckit-taskstoissues skill to create GitHub issues for all tasks listed in your project's 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 create GitHub issues from a spec-kit tasks.md file?

To bulk create GitHub issues from a tasks.md file, this skill parses the spec-kit task list, validates the project's Git remote URL, and uses the GitHub MCP server to programmatically generate individual issues for project tracking without manual entry.

Do I need the GitHub MCP server to automate issue creation from task lists?

Yes, access to the GitHub MCP server is required. The skill depends on it to programmatically create issues in the target repository without requiring manual data entry through the GitHub interface.

Does this issue automation tool check the GitHub repository remote URL?

Yes, the skill performs remote validation to ensure GitHub issues are only created in the repository matching the project's Git remote URL, preventing accidental issue placement in the wrong project.

What is the best way to track spec-kit tasks across a development team?

The best way to track spec-kit tasks across a development team is to synchronize the task breakdowns in your tasks.md file with GitHub issues, enabling team progress monitoring through GitHub's project management features.

Why manually creating GitHub issues for large task lists is problematic?

Manually creating GitHub issues for large task lists is time-consuming and error-prone. Automating the extraction from the spec-kit tasks.md file eliminates manual copy-pasting errors and ensures accurate project tracking.