linear-api

Orchestrate Linear issues, boards, and cycles via MCP-based GraphQL actions.

4|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ruslan-korneev/claude-plugins --skill linear-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-api
Source: https://github.com/ruslan-korneev/claude-plugins/tree/main/plugins/linear/skills/linear-api
Command: npx skills add https://github.com/ruslan-korneev/claude-plugins --skill linear-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Linear workflow management often requires manual, repetitive steps across issues, boards, and cycles; this skill automates those via Linear MCP and plugin commands to reduce toil and errors.

Core Features & Use Cases

  • MCP-powered operations: list, get, create, update, and delete issues, boards, cycles using the Linear MCP server.
  • Plugin commands for rapid actions: quick slash commands to view boards, cycles, and perform status updates.
  • Contextual enrichment: leverage issue-enricher agent to auto-suggest attributes and improve automation results.
  • Use Case: a backend team audits open issues in a sprint and updates statuses in bulk with one workflow.

Quick Start

Use the Linear API Skill to fetch the current board for a team and list active issues.

Frequently Asked Questions about linear-api

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

FAQPage Schema
How do I automate updating Linear issues and sprint cycles?

Automating Linear issues and sprint cycles uses MCP-based actions and GraphQL mutations to manage project backlogs, sprints, and Kanban boards, reducing manual toil and errors.

What do I need to configure before managing Linear Kanban boards via MCP?

Managing Linear Kanban boards via MCP requires a Linear API key, a team key, and MCP server configuration to authenticate and execute GraphQL queries and mutations successfully.

Can I perform bulk status updates on Linear issues for an active sprint?

Yes, you can perform bulk status updates on Linear issues for an active sprint using plugin commands and MCP-powered operations to audit open issues and apply status changes across the board.

How does the MCP server handle pagination when listing Linear issues?

The MCP server handles pagination when listing Linear issues by including robust pagination guidance within its workflow operations, ensuring complete retrieval of issue data across large project backlogs.

What is the best way to view active Linear cycles and backlogs?

The best way to view active Linear cycles and backlogs is by using rapid slash plugin commands to fetch the current board for a team and list active issues within the MCP workflow.

Why are my GraphQL mutations failing when creating Linear issues through MCP?

GraphQL mutations creating Linear issues through MCP typically fail due to missing API keys, incorrect team key configuration, or invalid MCP server setup, requiring robust error handling to diagnose.