What problem does it solve? AI coding sessions need access to the project's issue tracker to fetch tickets and update them, but the integration (GitHub CLI authentication or an MCP server for Jira/Linear) is often not configured, blocking ticket-first workflows. ## Core Features & Use Cases - Tracker Resolution: Reads tracker.type from .claude/config_hints.json and branches setup logic for GitHub, Jira, Linear, or none. - GitHub Path: Verifies gh auth status since GitHub Issues needs no MCP server, guiding installation and login if missing. - MCP Setup Path: Adds the Atlassian or Linear MCP server with claude mcp add, then verifies and tests the connection. - Use Case: A developer starting a Jira ticket-driven task finds ticket fetching fails; this skill configures the Atlassian MCP server, authenticates via browser, and confirms access with a test ticket fetch. ## Quick Start Say "setup mcps" to configure the issue-tracker integration for this project.