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 directly from spec-kit design artifacts. ## 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 Validation: Verifies that the git remote origin is a GitHub URL before creating anything, preventing issues from being filed in the wrong repository. - Prerequisite Checks: Runs the spec-kit check-prerequisites script to resolve the feature directory and available design documents before proceeding. - Use Case: After generating a tasks.md breakdown for a new feature with spec-kit, invoke this Skill to file every task as a labeled, ordered GitHub issue ready for sprint planning. ## Quick Start Ask the assistant to convert the current feature's tasks into GitHub issues, optionally passing a label or filter as the argument.