linear

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

14|2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/gquthier/CLAWG --skill linear-gquthier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/gquthier/CLAWG/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/gquthier/CLAWG --skill linear-gquthier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of Linear issues, projects, and teams via the GraphQL API.

Core Features & Use Cases

  • Create, update, and search Linear issues, projects, and teams using GraphQL.
  • Organize work across teams and workflows with a curl-based, API-key-auth workflow.
  • Use cases include bulk issue creation, status updates, and project planning automation.

Quick Start

Authenticate and start issuing GraphQL commands to manage 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 creation and updates?

Automate Linear issue creation and updates by sending POST requests with curl to the Linear GraphQL API endpoint. This Skill handles bulk issue creation, status updates, and project planning automation using your API key.

Can I use GraphQL to search for Linear issues using short identifiers?

Yes, you can search Linear issues using GraphQL by providing either standard UUIDs or short identifiers. This allows you to quickly query and update specific items within your automated Linear workflows.

Do I need a LINEAR_API_KEY to manage projects via the GraphQL API?

Yes, you must set the LINEAR_API_KEY in your environment to authenticate GraphQL POST requests. This API key is required to automate the management of Linear issues, projects, and teams.

What is the best way to bulk create Linear issues across different teams?

The best way to bulk create Linear issues across teams is by automating GraphQL API calls with curl. This method supports organizing work across multiple teams and workflows programmatically using an API key.

Does this Linear API automation approach work for project planning workflows?

Yes, automating Linear with the GraphQL API works for project planning workflows by enabling bulk issue creation and status updates. It manages items across teams and projects using curl-based POST requests.