# Speckit Taskstoissues

> Use when converting Spec Kit tasks.md items into deduplicated GitHub issues tied to the current repository.

- Skill: `me-cedric/speckit-taskstoissues` (Agent Skill)
- Install (CLI): `npx skillmds@latest add me-cedric/speckit-taskstoissues`
- Raw SKILL.md: https://api.skillmd.com/api/skills/me-cedric/speckit-taskstoissues/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: me-cedric (https://skillmd.com/u/me-cedric)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/me-cedric/speckit-taskstoissues

---


# Spec Kit Tasks To Issues

Use only when the user explicitly asks to create issues.

## Do

1. Read `AGENTS.md`, `tasks.md`, and the git remote.
2. Proceed only if the remote is a GitHub repository and the available GitHub
   tool targets that same repository.
3. Extract task IDs like `T001` from unchecked tasks.
4. Search existing open and closed issues for those task IDs before creating
   anything.
5. Create one issue per missing task with title `T001: task description`.

## Stop

- Remote is not GitHub.
- GitHub tool repo does not match the remote.
- User did not explicitly approve issue creation.

## Done

Report created, skipped, and blocked task IDs.

