linear

Manage Linear issues, projects, and workflows via GraphQL.

1|Updated May 12, 2018
One-click install
npx skills add https://github.com/tbroadley/dotfiles --skill linear-tbroadley
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/tbroadley/dotfiles/tree/main/claude/skills/linear
Command: npx skills add https://github.com/tbroadley/dotfiles --skill linear-tbroadley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a unified way to manage Linear issues, projects, and workflows via the Linear GraphQL API, enabling rapid retrieval, creation, and status tracking of work items.

Core Features & Use Cases

  • View issues, projects, and cycles in Linear and monitor progress.
  • Create new issues, assign owners, and update states.
  • Search documentation, inspect teams, and assess workload across projects.

Quick Start

Use the Linear skill to fetch your assigned issues by querying the Linear GraphQL API at https://api.linear.app/graphql with your LINEAR_API_KEY.

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

You can manage Linear issues and projects via the GraphQL API by sending queries to the Linear endpoint with a LINEAR_API_KEY to view, create, and track work items.

Do I need a LINEAR_API_KEY to automate Linear workflows?▼

Yes, automating Linear workflows requires a LINEAR_API_KEY to authenticate GraphQL requests against the https://api.linear.app/graphql endpoint using curl or any GraphQL client.

Can I create and assign new issues in Linear through an API client?▼

Yes, you can create new issues, assign owners, and update states in Linear by executing GraphQL mutations through an API client authenticated with your LINEAR_API_KEY.

What is the best way to track project progress and monitor cycles in Linear?▼

The best way to track project progress and monitor Linear cycles is by querying the Linear GraphQL API to retrieve real-time status updates and assess workload across projects.

How do I search Linear documentation and inspect teams via GraphQL?▼

You search Linear documentation and inspect teams by sending specific GraphQL queries to the Linear API endpoint, allowing you to retrieve team details and documentation search results.