linear

Automate Linear issue management using Linear MCP tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kissMyApps-tlm/kissmychat --skill linear-kissmyapps-tlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/kissMyApps-tlm/kissmychat/tree/main/.agents/skills/linear
Command: npx skills add https://github.com/kissMyApps-tlm/kissmychat --skill linear-kissmyapps-tlm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear issue management can be tedious and error-prone when tracking issues, creating new ones, updating statuses, and documenting completions across projects. This Skill automates those workflows using Linear MCP tools to ensure consistency, auditability, and faster turnaround times.

Core Features & Use Cases

  • Retrieve issue details with mcp__linear-server__get_issue
  • List sub-issues using mcp__linear-server__list_issues with a parentId filter
  • Update issue status on completion with mcp__linear-server__update_issue
  • Add completion comments with mcp__linear-server__create_comment

Quick Start

Use the linear skill to fetch an issue LOBE-123, update its status to Done, and add a completion comment summarizing the work performed.

Frequently Asked Questions about linear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Linear issue tracking workflows?

Automate Linear issue tracking by using MCP tools to fetch issues, update statuses, and add comments. This Skill orchestrates those commands—get_issue, list_issues, update_issue, and create_comment—to eliminate manual tracking, ensure consistency, and speed up issue resolution across projects.

Can I retrieve and update Linear issues programmatically?

Yes. Retrieve issue details by reference (LOBE-xxx), list sub-issues with parent filters, update status on completion, and append summary comments—all via MCP tools. This enables end-to-end issue lifecycle automation without manual Linear interface navigation.

What does the Linear MCP server do for issue management?

The Linear MCP server exposes commands to fetch, list, update, and comment on issues. It bridges automation workflows with Linear's API, letting you orchestrate issue state changes and documentation as part of larger project management processes.

Do I need to install anything to use Linear automation?

Yes, the Linear MCP tools must be installed in your environment before using this Skill. Once installed, the Skill accesses the mcp__linear-server commands to manage issues.

How do I track issue completion and document work in Linear?

Update the issue status to Done using mcp__linear-server__update_issue, then add a completion comment with mcp__linear-server__create_comment to summarize the work performed. This creates an auditable record within Linear.

What's the best way to manage sub-issues across Linear projects?

List sub-issues by filtering with parentId to organize issue hierarchies, then update parent and child statuses programmatically. This maintains project structure and ensures dependent work is tracked consistently.