speckit-taskstoissues

Convert tasks from tasks.md into GitHub issues via MCP.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-taskstoissues-magdymohamed78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-taskstoissues
Source: https://github.com/magdymohamed78/Wasla/tree/main/.agent/skills/speckit-taskstoissues
Command: npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-taskstoissues-magdymohamed78

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub issues from task lists, streamlining project management and ensuring work items are tracked effectively.

Core Features & Use Cases

  • Task Conversion: Converts tasks defined in tasks.md into actionable GitHub issues.
  • Project Tracking: Integrates with GitHub to manage work items within a project.
  • Use Case: After breaking down a feature into smaller tasks, use this Skill to automatically create corresponding issues in your GitHub repository for team members to pick up.

Quick Start

Convert tasks from tasks.md 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 a tasks.md file into GitHub issues?

Yes, you can automate creating GitHub issues from markdown tasks. This Skill parses your tasks.md file, identifies individual tasks, and automatically generates corresponding issues in your GitHub repository to streamline project management and work tracking.

How does converting markdown tasks to GitHub issues work with the MCP server?

Converting markdown tasks to GitHub issues works by reading the tasks.md file, extracting the Git remote URL to identify the target repository, and then using the MCP server to create new GitHub issues directly within that specific repository.

Do I need a Git remote URL configured to create GitHub issues from tasks?

Yes, you need a Git remote URL configured. The Skill retrieves the remote URL to ensure that the GitHub issues created from your tasks.md file are only generated in the repository matching that specific remote URL.

Can I use this to track project tasks in GitHub from a markdown file?

Yes, you can track project tasks in GitHub from a markdown file. After breaking down a feature into smaller tasks in tasks.md, this Skill automatically creates corresponding GitHub issues for team members to pick up and manage.

What are the limitations of creating GitHub issues from a tasks.md file?

A limitation of creating GitHub issues from a tasks.md file is that issue creation is strictly restricted to the repository matching the retrieved Git remote URL. It will not create issues in repositories that do not match this remote configuration.