What problem does it solve? Teams tracking work in Linear while coding on GitHub often lose traceability between issues and code changes. This Skill enforces naming conventions and workflows that keep Linear issues automatically linked to branches, commits, and PRs. ## Core Features & Use Cases - Project Setup Automation: Detects the GitHub repository and creates a matching Linear project, updating README.md, CLAUDE.md, and AGENTS.md with the project reference. - Branch and Commit Conventions: Creates branches named <type>/<issue-id>-<slug> and formats commit messages with issue IDs so Linear auto-links all GitHub activity. - PR Linking and Auto-Close: Uses Fixes DAL-123 or Closes DAL-123 in PR descriptions to automatically close Linear issues on merge. - Use Case: A developer picks up issue DAL-123, runs the branch creation script, commits with the issue ID, opens a PR with "Fixes DAL-123", and the Linear issue closes automatically when the PR merges. ## Quick Start Ask the assistant to start work on Linear issue DAL-123 by creating a properly named branch and updating the issue status to In Progress.