linear

Manages Linear issues, projects and teams via GraphQL API.

Updated May 3, 2026
One-click install
npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill linear-eliottbusiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/eliottbusiness/DeptFlow-Agent/tree/main/profile/skills/productivity/linear
Command: npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill linear-eliottbusiness

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines issue, project, and team management in Linear, reducing the complexity of tracking tasks and enabling direct API interaction for automation.

Core Features & Use Cases

  • Direct API Interaction: Interact with Linear's GraphQL API to manage issues, projects, and teams.
  • Issue Management: Create, update, and retrieve issues with detailed information.
  • Project and Team Management: Retrieve team information and manage project details.
  • Use Case: For a software development team, this Skill can automate the process of creating new issues, updating issue statuses, and assigning tasks directly from the development workflow.

Quick Start

Use the linear skill to retrieve a list of all issues in the team with the key 'ENG'.

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 for a software development team?

Automating Linear issue tracking involves using the Linear GraphQL API to create, update, and retrieve issues. This approach allows development teams to automate task assignments and issue status updates directly from their workflow.

How do I retrieve a list of all issues for a specific team in Linear?

To retrieve a list of all issues for a specific team, you query the Linear GraphQL API using the team's key. For example, you can fetch and manage all tracked issues for a team identified by the key 'ENG' via API requests.

Can I manage Linear projects and team details via API automation?

Yes, you can manage Linear projects and team details via API automation using GraphQL queries. This allows you to retrieve team information and handle project management details directly, reducing the complexity of tracking tasks manually.

What is the best way to integrate Linear project management into an automated workflow?

The best way to integrate Linear project management into an automated workflow is by executing GraphQL API calls through scripts. This direct API interaction streamlines task tracking and enables seamless project management automation.

Do I need curl to manage Linear issues through API automation?

Yes, curl is required as a dependency to execute the API requests for managing Linear issues. It acts as the command-line tool that sends GraphQL queries to create, update, and retrieve project and team data.