linear

Manage Linear issues via GraphQL API using curl commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of Linear issues, projects, and teams using curl commands, eliminating the need for complex tools and workflows.

Core Features & Use Cases

  • Manage Issues: Create, update, search, and organize issues.
  • Project Management: Track projects and teams.
  • API Access: Utilizes the GraphQL API for direct management.
  • Use Case: Quickly update issue priorities or assign tasks directly through curl commands, reducing the need for a full-fledged application interface.

Quick Start

Use the linear skill to list all your assigned issues with the command: linear list-assigned-issues.

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 using curl commands?

To manage Linear issues with curl, you interact directly with the Linear GraphQL API. This approach allows you to list, search, create, and update issue tracking entries without needing a full application interface.

Can I update Linear project priorities directly from the command line?

Yes, you can update Linear project priorities directly from the command line. By executing curl commands against the GraphQL API, you can quickly assign tasks and modify issue tracking parameters.

Do I need an API key to track Linear issues via the GraphQL API?

Yes, an active API key is required to track Linear issues via the GraphQL API. This command-line interface necessitates proper authentication to execute curl commands for managing projects and teams.

What is the best way to list assigned Linear issues without a graphical interface?

The best way to list assigned Linear issues without a graphical interface is using curl commands. By querying the Linear GraphQL API directly, you can retrieve and manage your issue tracking data efficiently.

Does Linear API management via curl require knowledge of GraphQL queries?

Yes, managing the Linear API via curl requires knowledge of GraphQL queries. Because this Skill interfaces directly with the API, users must construct proper GraphQL requests to execute issue tracking operations.

Why use curl commands for Linear issue tracking instead of standard project management tools?

Using curl commands for Linear issue tracking eliminates the need for complex tools and workflows. It is designed for users who prefer direct API access, allowing streamlined management of issues and projects from the command line.