Linear CLI Skill This skill provides instructions for managing Linear issues, tasks, and projects using the linear-cli command-line tool. Linear is a modern issue tracker designed for software teams, and the CLI enables workflow management directly from the terminal. Installation First, install the linear-cli tool: Setup 1. Create an API key at https://linear.app/settings/account/security (requires member access) 2. Add the API key to shell environment: 3. Run the configuration wizard in your project repository: This creates a config file with workspace and team settings. Issue Management Vie…