linear

Automate Linear issue, project, and team management via GraphQL and curl.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill linear-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill linear-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies managing issues, projects, and teams in Linear, allowing you to perform various operations through GraphQL and curl, saving time and streamlining your workflow.

Core Features & Use Cases

  • Issue and Project Management: Execute GraphQL queries to manage issues, projects, and teams.
  • API Access: Access Linear's GraphQL API using curl commands.
  • Custom Scripts: Utilize the provided Python helper script for various operations like listing teams, getting issue details, and more.
  • Use Case: Automate the process of listing all teams in your Linear workspace with a single command.

Quick Start

Use the 'list-teams' command from the Python helper script to list all teams in your Linear workspace.

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 using GraphQL and curl?

You can automate Linear issue tracking by executing GraphQL queries via curl commands. This approach provides direct API access to manage issues, projects, and teams without manual interface interaction.

What is the best way to list all teams in a Linear workspace via API?

Listing all teams in a Linear workspace is done using the provided Python helper script. By running the 'list-teams' command, the script executes the necessary GraphQL query to retrieve and display your teams.

Can I manage Linear projects using a custom Python script?

Yes, you can manage Linear projects using the provided Python helper script. It enables you to execute custom GraphQL queries for various administrative workflows like retrieving issue details and listing teams.

Do I need direct GraphQL API access to automate Linear project management?

Yes, direct Linear GraphQL API access is required for this automation method. The Skill utilizes a Python helper script to execute curl commands, necessitating direct API connectivity for project and issue management.

Why use curl and GraphQL for Linear administrative workflows instead of standard integrations?

Using curl and GraphQL for Linear workflows is suited for users requiring direct API access for automation. This method bypasses standard integrations, allowing custom Python scripts to execute precise GraphQL queries for administrative tasks.