Запуск работы над тикетом Linear

★ 7.0 · general

start-linear-ticket is a Claude Code skill that starts work on a Linear ticket in one step: it fetches the issue via the Linear MCP server, computes a branch name following the workspace format (`feature/<id>-<slug>`), creates it in the correct local repository, moves the ticket to "In Progress", and assigns it to the current user. A built-in team-to-repo mapping covers common prefixes (EXSC → contracts, COM → Yggdrasil, EXP → lifi-backend, DO → devops), with a fallback search across standard clone directories. Before creating the branch the skill checks for a dirty working tree and handles edge cases — already-started tickets with a linked branch, tickets assigned to someone else, and Done or Cancelled issues. It mirrors Jira's "Create branch" button while also claiming ownership in the same operation, making it the right fit for organizations where PR auto-assign is disabled. Requires the Linear MCP server.