linear

Manage Linear issues, projects, and teams via GraphQL and curl.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/x-TheFox/Corvus --skill linear-x-thefox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/x-TheFox/Corvus/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/x-TheFox/Corvus --skill linear-x-thefox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear users often juggle issues, projects, and teams across multiple tools and manual workflows. This skill provides a streamlined GraphQL+curl approach to interact with Linear programmatically, reducing repetitive tasks and improving traceability.

Core Features & Use Cases

  • Create, list, update, and query issues, projects, and teams using the Linear GraphQL API.
  • Retrieve team workflow states, search issues by text, and manage assignments and priorities.
  • Use cases include triaging backlog, tracking progress across projects, and generating reports from Linear data.

Quick Start

Query your Linear workspace to list issues for a team and retrieve the current user.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I automate creating and updating Linear issues via GraphQL?

Automate Linear issue creation and updates by executing GraphQL mutations via curl requests. This skill programmatically manages issues, projects, and teams to reduce repetitive manual tracking workflows and improve data traceability across your workspace.

What do I need to query my Linear workspace using curl?

Querying your Linear workspace using curl requires a configured LINEAR_API_KEY environment variable. This key authenticates your GraphQL requests, enabling you to retrieve teams, list issues, and query workflow states programmatically.

Can I retrieve team workflow states and search Linear issues by text?

Yes, you can retrieve team workflow states and search Linear issues by text using the Linear GraphQL API. This functionality supports effective backlog triaging, tracking project progress, and querying specific issue states across a workspace.

What is the best way to manage Linear projects and team assignments programmatically?

Managing Linear projects and team assignments programmatically is best achieved through a streamlined GraphQL and curl approach. It directly interacts with the Linear API to query states, manage priorities, and update assignments without manual interface interaction.

Does the Linear GraphQL API support tracking progress across multiple projects?

Yes, the Linear GraphQL API supports tracking progress across multiple projects. By utilizing curl-based requests, you can query issues, retrieve project states, and generate reports from Linear data to monitor workspace progress and team workflows effectively.