linear

Installation
SKILL.md

Linear Issue Management

Interact with Linear.app issues using the linear CLI.

Prerequisites

  • linear CLI must be installed (linear --version). If missing, install with:
    curl -fsSL https://raw.githubusercontent.com/lwlee2608/linear-cli/main/install.sh | bash
    
  • LINEAR_API_KEY must be set. Check with echo $LINEAR_API_KEY. If unset, tell the user to export it (export LINEAR_API_KEY="lin_api_...").

Commands

Get an issue

linear issue get ENG-123
Related skills
Installs
21
First Seen
Apr 7, 2026