What problem does it solve? Manually creating pull requests and keeping them linked to Linear issues is repetitive and error-prone. This Skill automates PR creation, branch management, and issue status updates through linear-cli commands. Note: this Skill is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - Linked PR Creation: Generate GitHub pull requests directly from a Linear issue ID, with title and description auto-populated from the issue. - Branch Operations: Create and check out issue-based branches following the username/lin-123-issue-title naming pattern. - End-to-End Workflow: Start an issue (assign, set In Progress, create branch), commit changes, open a PR, and mark the issue Done in one flow. - Use Case: After fixing a bug tracked as LIN-123, run the workflow to create a draft PR linked to the issue and update its Linear status without leaving the terminal. ## Quick Start Create a draft GitHub pull request linked to Linear issue LIN-123 using the linear-cli workflow.