What problem does it solve? The upstream /setup-matt-pocock-skills command only ships issue-tracker seed templates for GitHub, GitLab, and local markdown, leaving Bitbucket repos whose issues live in Jira without a working configuration. This Skill supplies the missing template with verified twg CLI commands so agents like /triage, /to-tickets, /to-spec, /qa, and /wayfinder can reach Jira and Bitbucket correctly. ## Core Features & Use Cases - Bitbucket + Jira seed template: Copies a ready-made issue-tracker.md into docs/agents/ with a single <PROJECT-KEY> placeholder to fill in. - Verified twg command tables: Covers Jira workitem operations (create, query, transition, link, labels) and Bitbucket pull-request operations, including silent-failure traps like --labels replacing the whole set and link-type IDs being required instead of names. - MCP fallback guidance: Documents the Atlassian MCP tools (createJiraIssue, searchJiraIssuesUsingJql) for when twg is absent or unauthenticated. - Use Case: When setting up a work repo hosted on Bitbucket Cloud or Data Center, use this Skill to generate docs/agents/issue-tracker.md so every downstream slash command knows to file tickets in Jira and manage PRs through twg bitbucket. ## Quick Start Set up the issue tracker for this Bitbucket repo by generating docs/agents/issue-tracker.md with the Jira project key filled in.