linear-cli
Manage Linear issues, sprints, and dependencies from terminal
All Skills in This Repository (8)
Pure Emerald Level Indicatorslinear
Manage Linear issues, dependencies, and cycles from the command line.
triage
Analyze Linear backlog for stale, blocked, and high-priority issues.
retro
Analyze completed Linear cycles to generate retrospective insights on velocity and scope.
prd
Convert vague feature ideas into Linear EPICs with requirements and success criteria.
cycle-plan
Analyze team velocity and capacity to generate a validated cycle plan.
deps
Visualize and analyze Linear issue dependencies to identify blockers and bottlenecks.
link-deps
Scan issue descriptions to identify blockers and suggest dependency links.
release
Automate pre-release validation of changelog, versioning, tests, and documentation.
Frequently Asked Questions
FAQPage SchemaHow to install linear-cli?โผ
Run `npx skills add joa23/linear-cli --all -g -y` in your terminal to install all skills in this suite globally.
How to manage Linear issues from the terminal?โผ
After authenticating with `linear auth login` and running `linear init`, you can create, list, update, and search issues using simple commands like `linear issues list` and `linear issues create`.
Can AI agents use linear-cli for sprint planning?โผ
Yes. The included cycle-plan, triage, retro, and deps skills let your agent analyze velocity, prioritize backlogs, and plan sprints automatically.
Does linear-cli work with Claude Code?โผ
Yes. It ships with embedded skills that install via `linear skills install --all` and run natively in Claude Code and other compatible agents.
How to find blocked issues in Linear?โผ
Run `linear search --has-blockers --team YOUR-TEAM` to list all blocked work, or use `linear deps --team YOUR-TEAM` to visualize the full dependency graph.