What problem does it solve? Turning a Linear ticket into a reviewable pull request involves many manual steps: fetching issue context, branching correctly, implementing, running tests, capturing UI screenshots, and updating the issue status. This Skill automates that entire flow so nothing gets skipped. ## Core Features & Use Cases - End-to-end issue-to-PR workflow: Fetches the Linear issue and its comments, branches using Linear's suggested gitBranchName, implements the change, and opens the PR with gh. - Validation and e2e testing: Runs typecheck, lint, unit tests, and targeted Playwright specs, adding e2e coverage when new user-visible behavior ships. - Visual documentation: Captures themed, hydrated screenshots of changed surfaces via a visual inventory spec and links them in the PR body. - Use Case: You paste a linear.app issue URL like ABC-123 into the chat; the Skill implements the ticket, runs the notes e2e spec, attaches screenshots, opens the PR with Fixes ABC-123, and moves the issue to In Review. ## Quick Start Ask the assistant to work on a Linear issue by saying "work on ABC-123" or pasting the linear.app issue URL.