skills/linear-relations/SKILL.md
Manage Linear issue relationships. Use for blocking, parent/child, duplicates.
npx skillsauth add finesssee/linear-cli linear-relationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
blocks, blocked-by, related, duplicate
| Flag | Purpose |
|------|---------|
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.