linear-cli

Manage Linear issues and create pull requests from the terminal via CLI.

14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/WalletConnect/skills --skill linear-cli-walletconnect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-cli
Source: https://github.com/WalletConnect/skills/tree/main/skills/linear-cli
Command: npx skills add https://github.com/WalletConnect/skills --skill linear-cli-walletconnect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Linear issues often requires switching to a web UI and multiple tools; linear-cli lets developers view, start, create, update issues, and create PRs from issues directly from the command line, keeping focus in the terminal.

Core Features & Use Cases

  • View current issue and issue details from the terminal.
  • Start work on an issue, create new issues, and update existing ones.
  • Create pull requests from issues and configure Linear integration for a streamlined workflow.

Quick Start

Install the linear CLI, configure your API key, and try a quick command like linear issue view to see your current issue.

Frequently Asked Questions about linear-cli

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

FAQPage Schema
How do I manage Linear issues from the terminal?

To manage Linear issues from the terminal, use the linear CLI to view, start, create, and update issues without switching to the web UI. This requires installing the linear CLI and setting a valid LINEAR_API_KEY.

Can I create pull requests from Linear issues using the command line?

Yes, you can create pull requests from Linear issues using the command line. This workflow requires the linear CLI to manage the issue and the GitHub CLI to be installed and authenticated to handle the pull request creation.

What do I need to configure before using a Linear CLI workflow?

Before using a Linear CLI workflow, you need to install the linear CLI and configure a valid LINEAR_API_KEY. If you plan to create PRs from issues, you must also ensure the GitHub CLI is installed and authenticated.

Does creating PRs from Linear issues require the GitHub CLI?

Yes, creating pull requests from Linear issues requires the GitHub CLI to be installed and authenticated. While viewing and updating issues relies on the linear CLI and LINEAR_API_KEY, PR creation specifically integrates with the GitHub CLI.

How do I view my current Linear issue without switching to the web UI?

You can view your current Linear issue without switching to the web UI by running a quick command like `linear issue view` in the terminal. This allows you to check issue details and stay focused within your command line workspace.