What problem does it solve? Manually translating a feature's task list into trackable GitHub issues is repetitive and error-prone, especially when tasks must respect dependency ordering and stay tied to the correct repository. ## Core Features & Use Cases - Automated Issue Creation: Reads the tasks file produced by a spec-kit workflow and creates one GitHub issue per task using the GitHub MCP server. - Repository Safety Checks: Verifies the Git remote is a GitHub URL and refuses to create issues in any repository that does not match the remote origin. - Prerequisite Validation: Runs the spec-kit check-prerequisites script to resolve the feature directory and confirm tasks exist before proceeding. - Use Case: After generating a tasks.md breakdown for a new feature in a spec-kit project, invoke this Skill to publish every task as a labeled, ordered GitHub issue for team assignment. ## Quick Start Ask the assistant to convert the current feature's tasks into GitHub issues, optionally providing a label or filter as an argument.