linear

Manage Linear issues via GraphQL operations with an API token.

Updated May 16, 2026
One-click install
npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill linear-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/LuminairPrime/skill-tree-chopper/tree/main/vendors/s-hiraokuvscode-sidebar-terminal/.codex/skills/linear
Command: npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill linear-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear_graphql, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines Linear issue management by allowing users to perform GraphQL operations directly, eliminating the need for manual navigation through the Linear interface.

Core Features & Use Cases

  • Raw GraphQL Operations: Execute GraphQL queries and mutations for editing comments, uploading files, and managing issue states.
  • Automated Workflows: Automate repetitive tasks such as comment updates, issue state changes, and PR attachments.
  • Use Case: For a software development team using Linear, this Skill can automate the process of creating comments and attaching GitHub PRs to issues, saving time and reducing errors.

Quick Start

Use the linear skill to create a comment on issue 'MT-686' with the text 'Fixes the bug reported in #1234'.

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 management using GraphQL?

Automate Linear issue management by executing raw GraphQL queries and mutations to create comments, update issue states, and attach GitHub PRs without manual UI navigation.

Do I need a Linear API token to execute GraphQL operations?

Yes, executing GraphQL operations requires a Linear API token and knowledge of GraphQL queries to directly access the Linear API for issue management.

What's the best way to attach a GitHub PR to a Linear issue automatically?

Attach a GitHub PR to a Linear issue by running a GraphQL mutation through the Skill, streamlining development workflows and reducing manual tracking errors.

Can I update issue states in Linear via scripts instead of the web interface?

Yes, you can use scripts to execute GraphQL mutations that update Linear issue states directly, eliminating the need to navigate the web interface for state changes.

What are the limitations of managing Linear issues with raw GraphQL operations?

The primary limitation is the requirement for GraphQL knowledge; users must understand query and mutation structures to perform operations like editing comments or uploading files.