linear

Manage Linear issues, projects, and cycles from a command-line interface.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/mihai-chiorean/inc --skill linear-mihai-chiorean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/mihai-chiorean/inc/tree/main/skills/linear
Command: npx skills add https://github.com/mihai-chiorean/inc --skill linear-mihai-chiorean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of switching between your terminal and the Linear web interface, allowing you to manage your entire issue lifecycle directly from your development environment.

Core Features & Use Cases

  • Issue Lifecycle Management: Create, update, and transition issues through states like triage, backlog, and completed without leaving your CLI.
  • Contextual Integration: Automatically link pull requests, manage project milestones, and track cycles using git branch context.
  • Use Case: A developer can start work on a ticket by running a single command that creates a git branch and sets the issue status to started, then later create a linked pull request once the code is ready.

Quick Start

Use the linear skill to list all unstarted issues currently assigned to you in your default team.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issue tracking directly from the command line?

You can manage Linear issue tracking from the command line by using a CLI skill to perform CRUD operations on issues and projects, transition statuses, and query cross-team data without opening the web interface.

Can I transition issue statuses and manage project workflows in Linear via CLI?

Yes, you can transition issue statuses through states like triage, backlog, and completed, and manage project workflows and team cycles directly via command line operations using authenticated Linear API access.

Do I need API credentials to manage Linear issues through a CLI?

Yes, you need authenticated access to the Linear API via system keyring or environment variables to perform CRUD operations on issues and projects from the command line.

What is the best way to link pull requests and track Linear issues using git context?

The best way to link pull requests and track issues is by using a CLI tool that automatically connects git branch context to Linear project milestones, allowing you to start tickets and create linked PRs sequentially.

How does task synchronization work for agile cycles in Linear CLI environments?

Task synchronization for agile cycles works by facilitating cross-team querying and tracking project milestones directly within your software development environment, keeping issue statuses aligned with development progress.

Are there limitations to workflow automation when managing Linear projects from the terminal?

Workflow automation from the terminal requires authenticated Linear API access via system keyring or environment variables, meaning operations are constrained by your API permissions and network availability for issue tracking synchronization.