speckit-taskstoissues

Convert spec tasks into GitHub issues via the GitHub MCP server.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform scattered task notes into trackable GitHub issues, reducing manual triage and ensuring visibility across the team.

Core Features & Use Cases

  • Task-to-issue mapping: Each task item becomes a corresponding GitHub issue in the correct repository.
  • Safe remotes validation: Verifies the target Git remote to prevent cross-repo mistakes.
  • End-to-end workflow: From detection of tasks to issue creation via a consistent, auditable process.

Quick Start

Run speckit-taskstoissues from the repository root to convert the existing tasks list 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 tasks from a project spec into GitHub issues automatically?

To convert tasks into GitHub issues automatically, run the conversion process from the repository root to map each task item from your tasks list into a corresponding issue in the correct GitHub repository.

Does converting tasks to GitHub issues validate the remote repository target?

Yes, converting tasks to GitHub issues includes safe remotes validation to verify the target Git remote, preventing cross-repo mistakes and ensuring issues are created in the correct repository.

What is the best way to track scattered task notes as trackable GitHub issues?

The best way to track scattered task notes as GitHub issues is using an automated task-to-issue mapping workflow that records each task item as an issue via the GitHub MCP server, reducing manual triage.

Do I need a spec-kit style repository to create GitHub issues from a tasks list?

Yes, you need a spec-kit style repository containing a tasks list and a remote GitHub target, as the conversion enforces prerequisites, validates remotes, and maps each task item to a GitHub issue.

How does the GitHub MCP server work when creating issues from a tasks list?

The GitHub MCP server works by recording each detected task item from the tasks list as a GitHub issue, providing an end-to-end, auditable process from task detection to issue creation in the validated remote repository.

Can I prevent cross-repo mistakes when creating GitHub issues from project planning tasks?

Yes, you can prevent cross-repo mistakes when creating GitHub issues from project planning tasks because the conversion process verifies the target Git remote before recording any task item as an issue.