What problem does it solve? Manually turning a tasks.md file into GitHub issues is repetitive and error-prone, and re-running the process risks creating duplicate issues. This Skill automates the conversion while checking existing issues so each task gets exactly one canonical issue. ## Core Features & Use Cases - Automated Issue Creation: Parses tasks from tasks.md, strips checkbox and marker prefixes, and creates GitHub issues titled T001: <description> via the GitHub MCP server. - Deduplication: Fetches existing open and closed issues with cursor-based pagination and matches task IDs using the pattern \bT\d{3}\b, skipping 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 every task as a trackable GitHub issue for your team without duplicates. ## Quick Start Ask the AI to convert the current feature's tasks.md into GitHub issues for this repository.