What problem does it solve? When bugs, improvements, or work items surface during PR reviews or development, they often go untracked or live only in chat. This Skill creates a properly tracked issue in the remote tracker (Jira, GitHub, or Bitbucket) plus a co-located local issue document, linked bidirectionally for traceability. ## Core Features & Use Cases - Multi-platform issue creation: Creates issues via the GitHub CLI, Bitbucket REST API, or Jira REST API, with platform auto-detection (Jira takes priority when JIRA_URL is set, otherwise detected from the git remote URL). - Local issue documents: Generates numbered issue files (e.g., story.180.3.issue.1.debounce-timing.md) co-located with the source story or task, with frontmatter, acceptance criteria, and status history. - Workflow integration: Updates the source document's Issues section and connects to branch creation, commit, and PR skills so merging a PR can auto-close the tracker issue. - Use Case: During a PR review you notice the search debounce timing is wrong. Run the skill against the story file with a title and description, and it creates GitHub issue #47 plus a local issue document ready for /create-branch. ## Quick Start Ask the agent to create an issue from a story or task file, for example: create an issue on story.180.3.quick-re-search.md titled "Search debounce should be 300ms not 500ms" from PR 123.