linear-graphql-skill

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

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill linear-graphql-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-graphql-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/linear-graphql-skill
Command: npx skills add https://github.com/holon-run/uxc --skill linear-graphql-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and agents (resource) components.

What problem does it solve?

This Skill streamlines interactions with your Linear workspace by enabling you to query and manage issues, projects, and teams directly through the Linear GraphQL API, eliminating the need for manual UI navigation or complex API client setups.

Core Features & Use Cases

  • Issue Management: Query, create, and update issues with detailed information.
  • Project & Team Interaction: List and manage projects and teams within your workspace.
  • Flexible Authentication: Supports both Personal API Keys and OAuth 2.0 for secure access.
  • Use Case: Automatically create a new issue in Linear for a bug reported in another system, assigning it to the appropriate team and setting its priority.

Quick Start

Use the linear-graphql-skill to list the first 10 issues in your Linear workspace.

Frequently Asked Questions about linear-graphql-skill

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

FAQPage Schema
How do I create and update Linear issues using the GraphQL API?

You can create and update Linear issues via the GraphQL API by executing mutation queries through a command-line interface. This Skill supports querying, creating, and modifying issue details programmatically to automate task tracking workflows.

Can I automate Linear project management tasks without navigating the UI?

Yes, automating Linear project management is possible by interacting with workspace entities directly through the GraphQL API. This allows you to query issues, manage projects, and handle team data without manual UI navigation.

What authentication methods work with the Linear GraphQL API for issue tracking?

The Linear GraphQL API supports both Personal API Keys and OAuth 2.0 authentication methods. These provide secure access to query and manage workspace issues, projects, and teams programmatically.

How do I list teams and projects in my Linear workspace via an API integration?

To list teams and projects in a Linear workspace, you use GraphQL queries targeting those specific entities. This Skill facilitates fetching and managing team and project data directly through the command-line interface.

What's the best way to automatically create a Linear issue from a bug report?

The best way to automatically create a Linear issue from a bug report is using a GraphQL API mutation. You can programmatically assign the new issue to the appropriate team and set its priority without manual entry.