linear

Manage Linear issues, teams, and projects via the GraphQL API.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shuff57/agent-evo --skill linear-shuff57
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/shuff57/agent-evo/tree/main/skills/.archive/topics-2026-05-10/productivity/linear
Command: npx skills add https://github.com/shuff57/agent-evo --skill linear-shuff57

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management of issues, projects, and teams using the Linear API, providing an efficient and automated approach to issue tracking and project coordination.

Core Features & Use Cases

  • Issue Management: Automate tasks such as listing, searching, and updating issues in Linear.
  • Project Coordination: Manage project progress, team assignments, and due dates with ease.
  • API Access: Access Linear's GraphQL API for custom integrations and automation.
  • Use Case: Integrate with your existing project management workflow to streamline task assignments, track issue progress, and generate reports directly from your codebase.

Quick Start

Run 'hermes call linear list-teams' to list all teams in your Linear account.

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 using the GraphQL API?

This Skill manages Linear issue tracking by executing CRUD operations on issues, teams, and projects via the Linear GraphQL API. It automates issue management and project coordination tasks directly within custom workflows.

Can I manage Linear projects and teams from a CI/CD pipeline?

Yes, you can integrate this Skill into CI/CD pipelines or custom workflows to manage Linear projects, teams, and issues. It enables automated task assignments and progress tracking directly from your codebase.

Do I need an API key to interact with the Linear GraphQL API?

Yes, interacting with the Linear GraphQL API requires the LINEAR_API_KEY environment variable. You also need the curl command-line tool installed to execute the API requests for managing your issues.

What is the best way to list all teams in my Linear account?

The quickest way to list all teams is by running the 'list-teams' command provided by this Skill. It queries the Linear GraphQL API and retrieves your team data for project coordination.

Are there limitations when using curl for Linear API integration?

Using curl for Linear API integration requires manual handling of GraphQL query payloads and environment variables. It is suitable for automation but lacks built-in error handling found in dedicated GraphQL client libraries.