linear

Manage Linear issues and sprints via GraphQL mutations and queries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill linear-knsiuss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/linear
Command: npx skills add https://github.com/knsiuss/orion --skill linear-knsiuss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of engineering work within Linear, enabling efficient creation, assignment, and tracking of issues and sprints.

Core Features & Use Cases

  • Issue Creation & Triage: Quickly create new issues with titles, priorities, and team assignments.
  • Workflow Management: Move issues through different states (e.g., To Do, In Progress, In Review).
  • Sprint Tracking: List issues within the current cycle or backlog and monitor team velocity.
  • Use Case: "Create a Linear issue: 'Implement user authentication', P1, Team Auth."

Quick Start

Use the linear skill to create a new issue with the title 'Fix login bug', priority 'P0', and assign it to the 'Backend' team.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I create Linear issues with priorities and team assignments?

To create Linear issues, you specify a title, priority level (e.g., P0 or P1), and assign it to a target team. This Skill uses GraphQL mutations to generate new issues and streamline engineering triage directly.

Can I track sprint progress and team velocity in Linear?

Yes, you can track sprint progress by listing issues within the current cycle or backlog and monitoring team velocity. The Skill retrieves cycle data through GraphQL queries to provide visibility into ongoing sprint status.

How do I move Linear issues through workflow states like In Progress or In Review?

You can manage engineering workflows by moving Linear issues through different states like To Do, In Progress, and In Review. This allows teams to update issue statuses and accurately reflect the current development cycle.

Do I need an API key to manage Linear issues and sprints?

Yes, you need a LINEAR_API_KEY environment variable for authentication. This API key is required to authorize GraphQL queries and mutations used for creating, assigning, and retrieving your engineering work.

What is the best way to automate engineering triage for Linear tasks?

Automating engineering triage involves using GraphQL mutations to create issues with specific priorities and team assignments. This approach allows you to quickly log and categorize incoming engineering work in Linear.