speckit-taskstoissues

Convert local task lists into dependency-ordered GitHub issues.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/eavichay/mycli --skill speckit-taskstoissues-eavichay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/eavichay/mycli/tree/main/.cursor/skills/speckit-taskstoissues
Command: npx skills add https://github.com/eavichay/mycli --skill speckit-taskstoissues-eavichay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between local task tracking and project management by automating the creation of GitHub issues from defined task lists, ensuring development work is tracked and dependency-ordered.

Core Features & Use Cases

  • Automated Issue Creation: Syncs local task files directly to GitHub repositories using the GitHub MCP server.
  • Extension Hook Integration: Supports pre- and post-execution hooks to customize workflows, such as running custom validation scripts or git operations.
  • Use Case: When a feature specification is finalized, use this skill to instantly turn a list of implementation tasks into a set of tracked GitHub issues, maintaining project velocity and accountability.

Quick Start

Run the speckit-taskstoissues skill to convert all pending tasks in the current project 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 local project tasks into GitHub issues automatically?

To convert local project tasks into GitHub issues, this skill parses project-specific task files and interacts with your repository via the GitHub MCP server to automate issue creation. It ensures all tasks are tracked and dependency-ordered for software development workflows.

Does converting tasks to GitHub issues require a specific Git configuration?

Yes, converting tasks to GitHub issues requires a valid Git remote configuration in your current project. The automation relies on this remote setup to interact with the correct GitHub repository and sync your local task lists accurately.

How are task dependencies handled when syncing to GitHub repositories?

When syncing tasks to GitHub repositories, the skill maps out dependencies and creates dependency-ordered issues. This ensures that your project management tracking reflects the correct implementation sequence for your software development tasks.

Can I run custom validation scripts during the GitHub issue creation workflow?

Yes, you can run custom validation scripts during GitHub issue creation by leveraging pre- and post-execution extension hooks. This allows you to integrate custom validation or git operations directly into the task conversion workflow.

What is the best way to track feature implementation tasks in GitHub from local files?

The best way to track feature implementation tasks in GitHub from local files is using an automation skill that parses task lists and syncs them via the GitHub MCP server. This maintains project velocity and accountability by instantly turning finalized specifications into tracked issues.