Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

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-relations

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs141
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Manage Linear issue relationships from the CLI - list, add, and remove blocks, related, duplicate, and parent/child links.

Files

SKILL.mdMarkdownGitHub ↗

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 parent

Relation Types

blocks, blocked-by, related, duplicate

Flags

FlagPurpose
--output jsonJSON output

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.