linear

Automate Linear issue management via GraphQL API with curl.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/HuskyDanny/hermes-agent-config --skill linear-huskydanny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/HuskyDanny/hermes-agent-config/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/HuskyDanny/hermes-agent-config --skill linear-huskydanny

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of issues, projects, and teams in Linear, allowing you to automate and optimize your workflow.

Core Features & Use Cases

  • API Automation: Execute GraphQL API calls to create, update, search, and organize issues.
  • Task Automation: Handle common operations like issue creation, status updates, and priority changes.
  • Use Case: Quickly create new issues and assign them to team members without leaving your command line.

Quick Start

Use the linear skill to create a new issue titled 'Bug fix in login page' with a high priority and assign it to the 'Engineering' team.

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 management via the API?

To automate Linear issue management via the API, this Skill executes GraphQL API calls to perform CRUD operations, update workflow states, and manage project tasks. It requires an API key for authentication and the curl command-line tool to execute HTTP requests.

Can I use curl to create Linear issues with specific priorities?

Yes, you can use curl to create Linear issues with specific priorities. The Skill automates GraphQL API calls to handle common task operations like issue creation, priority changes, and assignment to designated teams directly from your command line.

What do I need to automate Linear project management tasks?

To automate Linear project management tasks, you need a Linear API key for authentication and curl installed to execute HTTP requests. The Skill uses these dependencies to run GraphQL queries for organizing issues and teams.

How does GraphQL API automation work for Linear workflow state transitions?

GraphQL API automation for Linear workflow state transitions works by sending authenticated HTTP requests via curl to update issue statuses. This allows you to programmatically move issues between workflow states without manual intervention.

What's the best way to search and organize Linear issues through the API?

The best way to search and organize Linear issues through the API is by using GraphQL queries executed via curl. This Skill streamlines the process, allowing you to programmatically query, update, and manage issues across projects and teams.