Linear Issue Management Before using Linear workflows, search for MCP tools. If not found, treat as not installed. PR Creation with Linear Issues A PR that fixes a Linear issue has two separate jobs to do , and both matter: 1. in the PR body — Linear watches GitHub for these magic keywords and auto-links the PR and auto-closes the issue on merge. This is the machine-readable side. 2. A completion comment on the Linear issue — gives the reviewer/PM/teammate landing in Linear a human-readable summary of what changed and why, without forcing them to click through to GitHub and read a diff. If yo…