speckit-taskstoissues

Convert spec-kit project tasks into GitHub issues with dependency order.

80|21|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-taskstoissues-alfredoperez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/alfredoperez/speckit-companion/tree/main/.cursor/skills/speckit-taskstoissues
Command: npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-taskstoissues-alfredoperez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of tasks into actionable GitHub issues, saving time and reducing errors in project management.

Core Features & Use Cases

  • Task to Issue Conversion: Converts existing tasks into GitHub issues with dependency order.
  • Spec-Kit Compatibility: Designed for Spec-Kit project structures.
  • Automated Workflow: Executes tasks such as prerequisite checks and remote validation to streamline the issue creation process.

Quick Start

Run the 'speckit-taskstoissues' skill to convert your project's tasks into GitHub issues.

Frequently Asked Questions about speckit-taskstoissues

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

FAQPage Schema
How do I convert project tasks into GitHub issues?

To convert project tasks into GitHub issues, you can use an automated workflow that reads your spec-kit project structure and generates issues with dependency order. This process requires a local .specify/ directory and a configured GitHub repository remote.

Do I need a specific project structure for task conversion to GitHub issues?

Yes, task conversion to GitHub issues requires a spec-kit project structure containing a .specify/ directory. The automation uses Git configuration to identify your repository and performs prerequisite checks before generating the issues.

How does Spec-Kit task conversion handle dependencies?

Spec-Kit task conversion handles dependencies by automatically ordering the generated GitHub issues based on the prerequisite structure defined within your spec-kit project. This ensures your project management workflow respects the required execution sequence.

What is the best way to automate GitHub issue creation from project tasks?

The best way to automate GitHub issue creation is using a script that parses your spec-kit project structure, validates Git remotes, and performs pre- and post-execution hook checks. This streamlines project management by reducing manual entry errors.

Why are my tasks not converting into GitHub issues?

Tasks may not convert into GitHub issues if the spec-kit project lacks a .specify/ directory or if the Git configuration cannot identify a valid GitHub repository remote. Pre-execution checks validate these requirements before the conversion process begins.