| name | linear-relations |
| description | DEPRECATED — use the `linear` skill instead. Manage Linear issue relationships. Use for blocking, parent/child, duplicates. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-relations was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Issue Relations
linear-cli rel list LIN-123
linear-cli rel add LIN-1 -r blocks LIN-2
linear-cli rel add LIN-1 -r related LIN-2
linear-cli rel add LIN-1 -r duplicate LIN-2
linear-cli rel remove LIN-1 -r blocks LIN-2
linear-cli rel parent LIN-2 LIN-1
linear-cli rel unparent LIN-2
Relation Types
blocks, blocked-by, related, duplicate
Flags
| Flag | Purpose |
|---|
--output json | JSON output |