linear-relations
Installation
SKILL.md
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
| Flag | Purpose |
|---|---|
--output json |
JSON output |
Related skills
More from finesssee/linear-cli
linear-create
Create Linear issues. Use when creating bugs, tasks, or feature requests.
100linear-list
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
98linear-search
Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
95linear-update
Update Linear issues. Use when changing status, priority, assignee, or labels.
95linear-workflow
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
91linear-projects
Manage Linear projects - full CRUD with labels, members, archive. Use when managing projects.
89