linear

Manage Linear issues via GraphQL API with TypeScript scripts.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Zurybr/lefarma-skills --skill linear-zurybr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Zurybr/lefarma-skills/tree/main/tools/linear
Command: npx skills add https://github.com/Zurybr/lefarma-skills --skill linear-zurybr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Linear issues, allowing users to list, filter, update, prioritize, comment on, and search issues directly through a command-line interface.

Core Features & Use Cases

  • Issue Triage: Easily list and manage issues in the "Triage" state.
  • Status Updates: Update issue priorities and states (e.g., "In Progress", "Backlog").
  • Collaboration: Add comments to issues for context and discussion.
  • Search: Quickly find specific issues using search queries.
  • Use Case: A project manager can use this skill to quickly review all issues in the "Triage" state, update their priorities, and assign them to the appropriate team members.

Quick Start

Use the linear skill to list all issues currently in the "Triage" state.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues using the GraphQL API?

You can manage Linear issues using the GraphQL API by executing deterministic TypeScript scripts to list, filter, update, prioritize, comment on, and search issues directly. It requires a LINEAR_API_KEY for authentication.

What is the best way to triage Linear issues in bulk?

To triage Linear issues in bulk, you can list and filter all issues currently in the Triage state, then update their priorities and assign them to appropriate team members using script-based commands.

Do I need a LINEAR_API_KEY to track and update issue states?

Yes, you need a LINEAR_API_KEY for authentication to track and update issue states. The Skill uses this key to securely interact with the Linear GraphQL API for managing issue workflows like Backlog or In Progress.

Can I add comments to Linear issues for project management collaboration?

Yes, you can add comments to Linear issues to provide context and facilitate discussion. This allows project managers to document decisions and collaborate directly through the command-line interface.

How do I search and filter Linear issues by priority and assignee?

You can search and filter Linear issues by priority and assignee by running specific query operations against the Linear GraphQL API. This enables quickly finding specific issues and updating their workflow states.