linear-relations
24
总安装量
4
周安装量
#15383
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-relations
Agent 安装分布
openclaw
3
github-copilot
3
gemini-cli
2
replit
2
antigravity
2
claude-code
2
Skill 文档
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 |