using-linear
Linear CLI
Query, create, and update Linear issues without leaving the terminal.
Quick Examples
# Check your assigned work
linear-cli my-work
# View issue details
linear-cli issue ENG-456
# Create a new issue
linear-cli create --title "Production bug" --priority 1 --team ENG
# Update status and add comment
linear-cli update ENG-456 --status "Done"
linear-cli comment ENG-456 "Shipped in v2.1.0"
Key Flags
--team ENG- Specify or filter by team--status "In Progress"- Set or filter by status--priority 1- Set priority (1-4, 1 is highest)--assignee name- Assign to team member--description- Add issue description
More Info
See REFERENCE.md for complete flag documentation, advanced examples, and workflow patterns. Use linear-cli --help or linear-cli <command> --help for all options.
Authentication
linear-cli login # OAuth login (stores credentials)
linear-cli logout # Clear stored credentials
linear-cli status # Verify connection
More from trevors/dot-claude
jj-workflow
Jujutsu (jj) version control, load skill when hook output shows vcs=jj-colocated or vcs=jj in the system-reminder.
93book-reader
Read and search digital books (PDF, EPUB, MOBI, TXT). Use when answering questions about a book, finding quotes or passages, navigating to specific pages or chapters, or extracting information from documents.
44using-jj
Advanced jj/jujutsu workflows — revsets, absorb, evolog, op restore/undo, immutable_heads bypass, divergent-change resolution, jj split, parallel jj new, conflict-after-rebase, force-push recovery. Contains non-obvious rules (e.g., always `-m` to avoid editor) that prevent broken workflows. Skip for simple commit/push/rebase.
43svelte5
Svelte 5 syntax reference. Use when writing ANY Svelte component. Svelte 5 uses runes ($state, $derived, $effect, $props) instead of Svelte 4 patterns. Training data is heavily Svelte 4—this skill prevents outdated syntax.
39maintaining-claude-code
Create, validate, and improve Claude Code configuration — SKILL.md files, CLAUDE.md, rules, hooks, and settings.json. Use when creating a new skill, writing a SKILL.md, adding a hook, editing rules, auditing skill descriptions, checking config quality, debugging hook behavior, or deciding between skills vs rules vs CLAUDE.md. Also auto-loads when working in ~/.claude/ on skills, rules, hooks, or settings.
32git-workflow
Git version control workflows. Load when hook output shows vcs=git (not jj). Use when squashing commits, rebasing feature branches, or doing git operations in non-jj repos.
27