🎯

speckit-taskstoissues

🎯Skill

from dceoy/speckit-agent-skills

VibeIndex|
What it does

Converts tasks from a markdown file into dependency-ordered, actionable GitHub issues for a specific feature.

πŸ“¦

Part of

dceoy/speckit-agent-skills(10 items)

speckit-taskstoissues

Installation

git cloneClone repository
git clone https://github.com/github/speckit-agent-skills.git
πŸ“– Extracted from docs: dceoy/speckit-agent-skills
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

Overview

# Spec Kit Tasks-to-Issues Skill

When to Use

  • You want to convert tasks.md into GitHub issues in the same repository.

Inputs

  • specs//tasks.md
  • The repository's Git remote URL
  • Any user-provided issue labeling or grouping preferences

If tasks are missing, ask the user to run speckit-tasks first.

Workflow

  1. Run .specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").
  2. From the executed script, extract the path to tasks.
  3. Get the Git remote by running:

```bash

git config --get remote.origin.url

```

> [!CAUTION]

> ONLY PROCEED TO NEXT STEPS IF THE REMOTE IS A GITHUB URL

  1. For each task in the list, create a new issue in the repository that matches the Git remote.

- Prefer a GitHub issue-writing tool if available (e.g., MCP server or gh issue create).

- Keep titles concise and include the task ID in the issue body for traceability.

> [!CAUTION]

> UNDER NO CIRCUMSTANCES EVER CREATE ISSUES IN REPOSITORIES THAT DO NOT MATCH THE REMOTE URL

Outputs

  • GitHub issues created from tasks.md (one per task), in the repository matching the Git remote

More from this repository9

🎯
speckit-tasks🎯Skill

Generates a dependency-ordered, actionable task list for a feature based on design artifacts and user stories.

🎯
speckit-constitution🎯Skill

Generates and synchronizes project constitution templates by interactively collecting principles and automatically updating dependent artifacts.

🎯
speckit-specify🎯Skill

Generates a concise feature specification and branch name from a natural language description, ensuring unique naming and context preservation.

🎯
speckit-implement🎯Skill

Implements feature tasks from tasks.md by executing a comprehensive implementation workflow with prerequisite and checklist validation.

🎯
speckit-plan🎯Skill

Generates a comprehensive implementation plan for a feature by researching unknowns, defining data models, and creating technical design artifacts.

🎯
speckit-baseline🎯Skill

Automatically generates feature specifications by analyzing existing source code, extracting key functionality, and creating standardized documentation.

🎯
speckit-checklist🎯Skill

Generates tailored, domain-specific checklists that validate requirements quality by identifying completeness, clarity, and potential gaps.

🎯
speckit-clarify🎯Skill

Identifies and resolves underspecified areas in a feature specification by asking targeted clarification questions and updating the spec accordingly.

🎯
speckit-analyze🎯Skill

Analyzes spectral data files, extracting key features and generating comprehensive statistical summaries for scientific research.