What problem does it solve? Managing Linear issues, projects, and teams normally requires switching to the Linear web app or setting up an MCP server or OAuth flow. This Skill lets you perform all common Linear operations directly from the terminal using the GraphQL API with nothing more than curl and a personal API key. ## Core Features & Use Cases - Issue Management: Query, search, filter, create, and update issues, including status changes, assignments, priorities, due dates, labels, and comments. - Project & Team Operations: List teams, workflow states, projects, members, and labels, and create new projects linked to teams. - Document Access: Fetch and search Linear Documents by slugId, UUID, or title, including Markdown content retrieval. - Use Case: You need to triage a bug report. Search for the issue by text, assign it to a teammate, set priority to Urgent, move it to the "In Progress" state, and add a comment with your findings — all without leaving your terminal. ## Quick Start Set the LINEAR_API_KEY environment variable with a personal API key from Linear settings, then ask the assistant to list your assigned Linear issues or create a new issue in a specific team.