What problem does it solve? Manually turning a tasks.md breakdown into GitHub issues is repetitive and error-prone, and re-running the process often creates duplicate issues. This Skill automates the conversion while checking existing issues first so each task maps to exactly one issue. ## Core Features & Use Cases - Automated Issue Creation: Parses tasks.md entries (stripping checkbox, [P], and [US#] markers) and creates GitHub issues titled in the canonical T001: <description> format. - Deduplication: Fetches existing open and closed issues with cursor-based pagination, matches task IDs using a word-boundary regex, and skips tasks that already have issues. - Safety Guards: Verifies the git remote is a GitHub URL before creating anything and supports pre/post extension hooks from .specify/extensions.yml. - Use Case: After generating an implementation plan with spec-kit, run this Skill to publish all 40 tasks as dependency-ordered GitHub issues for team tracking, then re-run it safely after tasks.md is regenerated without creating duplicates. ## Quick Start Ask the agent to convert the current feature's tasks.md into GitHub issues for this repository.