What problem does it solve? This Skill provides quick command-line patterns for updating Linear issues without opening the Linear web interface, covering status changes, priority adjustments, assignments, labels, due dates, and comments. ## Core Features & Use Cases - Issue Updates: Change status, priority, assignee, labels, and due dates on Linear issues using linear-cli commands. - Comment Management: List and create comments on issues directly from the terminal. - Agent-Friendly Output: Use flags like --id-only and --output json for scripted automation workflows. - Use Case: When finishing a task, run linear-cli i update LIN-123 -s Done to mark the issue complete, then add a comment referencing the fixing commit. ## Quick Start Ask the assistant to update Linear issue LIN-123 by setting its status to Done and adding a comment describing the fix. Note: This Skill is deprecated and superseded by the canonical linear skill; use that instead for new work.