speckit-taskstoissues
Installation
SKILL.md
Spec Kit Tasks-to-Issues Skill
When to Use
- You want to convert
tasks.mdinto GitHub issues in the same repository.
Inputs
specs/<feature>/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
- Run
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasksfrom 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"). - From the executed script, extract the path to tasks.
- Get the Git remote by running:
Related skills
More from dceoy/spec-kit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
7speckit-baseline
Generate feature specifications by analyzing existing source code.
6speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
6speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
6speckit-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
6speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
6