linear

Manage Linear issues, projects, and teams via curl-based GraphQL requests.

3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill linear-twjarviszyra-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/twjarviszyra-web/hermes-unbound/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill linear-twjarviszyra-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Linear work items by letting you query, create, update, and organize issues and projects directly through the API.

Core Features & Use Cases

  • Issue Management: Search, list, create, assign, comment on, and reprioritize Linear issues.
  • Workflow Operations: Move issues across team-specific states by resolving the correct workflow state identifiers first.
  • Project Coordination: Create and update projects, attach issues to projects, and keep work aligned across teams.
  • Use Case: A product manager can review incoming bugs, assign owners, set priorities, add follow-up comments, and move completed work to the right status without leaving the assistant.

Quick Start

Use the linear skill to identify the right team, inspect its workflow states, and create or update the issue or project you want to manage.

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

You can manage Linear issues and projects through the API by using a personal Linear API key to make curl-based GraphQL requests. This allows you to query, create, update, and organize records directly without needing OAuth.

How do I move a Linear issue to a different workflow state using GraphQL?

To move a Linear issue across workflow states, you must first query the API to resolve the correct team-specific workflow state identifiers. Once you have the target state ID, you can update the issue to shift its status.

Do I need a personal Linear API key to create and update issues?

Yes, you need a personal Linear API key to create and update issues. The Skill uses this key to authenticate curl-based GraphQL requests for searching, assigning, and organizing your product and engineering workflows.

Can I attach Linear issues to projects and coordinate work across teams?

Yes, you can attach Linear issues to projects and coordinate work across teams. The Skill supports project coordination by allowing you to create, update, and align issues within projects directly through GraphQL requests.

What is the best way to triage incoming bugs and assign owners in Linear?

The best way to triage incoming bugs in Linear is to search, list, and reprioritize issues directly via the API. You can assign owners, set priorities, and add follow-up comments without leaving the assistant interface.