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

Installs
3
First Seen
Jul 3, 2026
linear — lwlee2608/linear-cli