linear

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

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Gitnapp/Skills --skill linear-gitnapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Gitnapp/Skills/tree/main/productivity/linear
Command: npx skills add https://github.com/Gitnapp/Skills --skill linear-gitnapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of managing Linear work items by enabling AI assistants to interact with issues, projects, teams, and documents through the Linear GraphQL API.

Core Features & Use Cases

  • Issue Management: Create, search, update, assign, comment on, and change the status of Linear issues.
  • Project & Team Operations: Query teams, projects, workflow states, labels, and members using API-driven workflows.
  • Use Case: Help a development team automate issue triage by finding relevant bugs, updating statuses, and adding progress comments directly in Linear.

Quick Start

Use the linear skill to find my assigned Linear issues and summarize their current statuses.

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

You can manage Linear issues through the GraphQL API by authenticating with a LINEAR_API_KEY and using curl or a Python CLI helper to create, search, update, and comment on issues.

Can I automate Linear issue triage and update workflow states?

Yes, you can automate Linear issue triage by searching for relevant bugs, updating their workflow states, and adding progress comments directly through the Linear GraphQL API.

Do I need an API key to query Linear projects and team members?

Yes, you need a LINEAR_API_KEY to authenticate requests when querying Linear teams, projects, workflow states, labels, and members through the GraphQL API.

What's the best way to retrieve Linear documents and project tracking data?

The best way to retrieve Linear documents and project tracking data is by executing targeted GraphQL API queries authenticated with a LINEAR_API_KEY using curl or a Python CLI helper.

Does the Linear API skill support searching and assigning issues in bulk?

The Linear API skill supports searching issues and assigning them through individual GraphQL API requests, handling issue management, project coordination, and workflow state updates.