
Linear Relations
- 141 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Manage Linear issue relationships from the CLI - list, add, and remove blocks, related, duplicate, and parent/child links.
About
Manages relationships between Linear issues via linear-cli, including blocking, related, and duplicate links. A developer uses it to wire up issue dependencies from the terminal.
- rel add with -r blocks, related, or duplicate
- rel remove to unlink a relation
Linear Relations by the numbers
- 141 all-time installs (skills.sh)
- Ranked #1,210 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-relationsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 141 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Manage Linear issue relationships from the CLI - list, add, and remove blocks, related, duplicate, and parent/child links.
Files
Issue Relations
# List relations
linear-cli rel list LIN-123
# Add relation
linear-cli rel add LIN-1 -r blocks LIN-2 # LIN-1 blocks LIN-2
linear-cli rel add LIN-1 -r related LIN-2 # Related issues
linear-cli rel add LIN-1 -r duplicate LIN-2 # Duplicate
# Remove relation
linear-cli rel remove LIN-1 -r blocks LIN-2
# Parent/child
linear-cli rel parent LIN-2 LIN-1 # Set LIN-1 as parent
linear-cli rel unparent LIN-2 # Remove parentRelation Types
blocks, blocked-by, related, duplicate
Flags
| Flag | Purpose |
|---|---|
--output json | JSON output |