Issue Relations

SkillProductivity

Manage Linear issue relationships. Use for blocking, parent/child, duplicates.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Issue Relations skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-relations/SKILL.md and read by ahel’s review.

# 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

Signals

GitHub stars
133
Forks
18
Last commit
Jul 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-relations
Source
github.com/nesszer/linear-cli