linear-relations

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-relations" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-relations

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review