What problem does it solve? Manually creating GitHub issues from a tasks.md file is repetitive and error-prone, often producing duplicates or issues in the wrong repository. This Skill automates the conversion of spec-kit tasks into properly titled, deduplicated GitHub issues. ## Core Features & Use Cases - Automated Issue Creation: Parses tasks.md entries (e.g., - [ ] T001 Create project structure) and creates GitHub issues with canonical titles like T001: Create project structure via the GitHub MCP server. - Deduplication: Fetches existing open and closed issues with cursor-based pagination and skips tasks that already have matching issues, so re-running the command is 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 the spec-kit planning workflow on a feature, invoke this Skill to turn every task in tasks.md into a trackable GitHub issue for your team without manual copy-pasting. ## Quick Start Ask the assistant to convert the tasks in the current feature's tasks.md into GitHub issues for this repository.