linear

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

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill linear-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/productivity/linear
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill linear-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of switching between chats, dashboards, and manual API calls when you need to manage Linear work items quickly and accurately.

Core Features & Use Cases

  • Issue Management: Create, update, search, and inspect issues with priorities, labels, assignees, parents, and comments.
  • Project and Team Operations: List teams, workflow states, and projects to keep planning and execution aligned.
  • Document Retrieval: Fetch and search Linear documents for specs, notes, and RFC-style content alongside issue work.
  • Use Case: A product manager can review assigned work, move items to the correct status, and add a progress comment without leaving their JARVIS workflow.

Quick Start

Use the linear skill to show my assigned Linear issues and highlight the most urgent blockers.

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 from the terminal?

You can manage Linear issues from the terminal by using GraphQL API POST requests to search, create, and update tasks. This requires a Linear personal API key to authenticate command-line workflows for direct issue tracking.

Do I need a Linear personal API key to query projects and teams?

Yes, querying Linear projects and teams requires a personal API key. The key authorizes GraphQL requests needed to list workflow states and retrieve planning data directly through your command-line interface.

Can I update Linear issue statuses and add comments without using the web dashboard?

Yes, you can update Linear issue statuses and add comments without the web dashboard by resolving workflow states via GraphQL. Command-line workflows allow safe status updates and progress tracking directly from the terminal.

What is the best way to fetch Linear documents for RFCs and specs via the API?

The best way to fetch Linear documents for RFCs and specs is through GraphQL API queries. Command-line scripts can retrieve and search document content alongside issue tracking data using pagination handling.

How does pagination handling work when searching large sets of Linear issues?

Pagination handling works by managing cursor limits in GraphQL POST requests when searching large sets of Linear issues. This ensures complete issue lookup and accurate project tracking results without missing data.

Why should I use command-line workflows instead of the Linear web interface for issue management?

Command-line workflows eliminate the friction of switching between chats and dashboards during issue management. They enable quick Linear task lookups, status updates, and comment additions without leaving your current development environment.