linear

Execute GraphQL queries via command line to manage Linear projects, issues, and teams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined approach to manage issues, projects, and teams within Linear, eliminating the need for manual GraphQL calls and reducing the complexity of API interactions.

Core Features & Use Cases

  • Linear Integration: Directly manage issues, projects, and teams within Linear using GraphQL queries.
  • Command Line Interface: Access Linear functionalities via a simple command-line interface.
  • Use Case: Simplify your project management workflow by creating and updating issues, tracking progress, and managing team resources using a single skill.

Quick Start

Run 'linear create-issue --title "New Feature" --team "ENG" --description "Implement a new search functionality."'

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues without writing complex GraphQL queries?

You can manage Linear issues without GraphQL by using a command-line interface that executes API queries directly. This skill simplifies issue tracking and team management by eliminating manual API programming.

Can I create Linear issues from the command line?

Yes, you can create Linear issues from the command line. Use commands like 'linear create-issue' with parameters for title, team, and description to integrate project management tasks into your workflow.

Do I need a personal API key to manage Linear projects via CLI?

Yes, a personal Linear API key is required. Access to Linear's API is necessary for the command-line interface to authenticate and execute GraphQL queries for managing projects and teams.

What is the best way to automate Linear team management tasks?

The best way to automate Linear team management is using a CLI skill that wraps GraphQL queries. It handles creating issues and tracking progress efficiently without complex coding.

Does this Linear CLI tool work for updating existing issues?

Yes, the Linear CLI tool works for updating existing issues. It provides a straightforward method to create and update issues, track progress, and manage team resources using GraphQL queries.

What are the limitations of using a command-line interface for Linear issue tracking?

The main limitation is the dependency on your Linear API key and the requests library. Complex GraphQL programming is abstracted away, but users must still understand command parameters for issue tracking.