linear-cli

Manage Linear issues via a command-line interface and GraphQL API.

897|82|Updated Nov 23, 2024
One-click install
npx skills add https://github.com/schpet/linear-cli --skill linear-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-cli
Source: https://github.com/schpet/linear-cli/tree/main/skills/linear-cli
Command: npx skills add https://github.com/schpet/linear-cli --skill linear-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you manage Linear issues directly from the command line, reducing context switches and enabling automated workflows in your existing terminal workflows.

Core Features & Use Cases

  • CLI-driven issue management: list, view, create, start, update, delete, and comment on issues from the terminal.
  • Git/JJ integration: keeps your workflows synchronized with Linear by reading branches and commit trailers.
  • Automation-ready: script common Linear tasks across multiple repos to save time and avoid repetitive steps.

Quick Start

Try a basic workflow: list unstarted issues with linear issue list, or create a new issue with linear issue create and follow the prompts.

Frequently Asked Questions about linear-cli

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

FAQPage Schema
How do I automate Linear issue management from the command line?

Automate Linear issue management using the linear CLI to list, create, update, start, delete, and comment on issues directly from your terminal. The CLI supports subcommands for issues, teams, projects, and configuration, eliminating context switches in your workflow.

Can I integrate Linear CLI with Git and Jujutsu workflows?

Yes, linear CLI integrates with Git and Jujutsu by reading branch names and commit trailers to keep your terminal workflows synchronized with Linear issue lifecycle operations without manual tracking.

How do I set up and configure the Linear CLI?

Install linear as a PATH-available CLI command, then use the config and auth subcommands to authenticate and configure your Linear GraphQL API connection. Run linear --help to explore available subcommands.

What scripting capabilities does the Linear CLI provide?

Script common Linear tasks across multiple repositories using the CLI subcommands and direct GraphQL API access via curl. Automate issue operations at scale to eliminate repetitive manual steps.

Does Linear CLI work for team and project management beyond individual issues?

Yes, linear CLI includes team and project subcommands for managing team members, projects, and project configurations alongside issue lifecycle operations from the terminal.