What problem does it solve? Manually turning a generated tasks.md file into trackable 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 issue. ## Core Features & Use Cases - Automated Issue Creation: Parses tasks.md entries (stripping checkboxes and [P]/[US#] markers) and creates GitHub issues titled T001: <description> via the GitHub MCP server. - Deduplication: Fetches existing open and closed issues with cursor-based pagination and skips tasks that already have a matching issue, making re-runs safe. - Safety Guards: Verifies the git remote is a GitHub URL before creating anything and supports pre/post extension hooks defined in .specify/extensions.yml. - Use Case: After running /speckit-tasks on a feature spec, invoke this Skill to publish every task as a labeled, ordered GitHub issue your team can assign and track. ## Quick Start Ask the agent to convert the current feature's tasks.md into GitHub issues for this repository.