What problem does it solve? Manually translating a feature's task list into GitHub issues is repetitive and error-prone, especially when tasks must stay dependency-ordered and tied to the correct repository. This Skill automates that conversion for spec-kit projects. ## Core Features & Use Cases - Automated issue creation: Reads the tasks file produced by spec-kit and creates one GitHub issue per task using the GitHub MCP server. - Remote safety checks: Verifies the git remote is a GitHub URL and refuses to create issues in repositories that do not match the remote. - Extension hooks: Supports optional and mandatory pre/post hooks declared in .specify/extensions.yml for customizable workflows. - Use Case: After running spec-kit planning on a new feature, invoke this Skill to publish every task as a labeled, ordered GitHub issue so the team can track implementation work immediately. ## Quick Start Ask the assistant to convert the current feature's tasks into GitHub issues, optionally passing a filter or label as an argument.