linear-watch
0
总安装量
4
周安装量
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-watch
Agent 安装分布
openclaw
3
github-copilot
3
gemini-cli
2
replit
2
antigravity
2
claude-code
2
Skill 文档
Watch
# Watch single issue (polls for changes)
linear-cli watch LIN-123
# Custom interval
linear-cli watch LIN-123 --interval 30 # Poll every 30 seconds
linear-cli watch LIN-123 -i 60 # Poll every 60 seconds
# JSON output for scripting
linear-cli watch LIN-123 --output json
Flags
| Flag | Purpose |
|---|---|
-i, --interval |
Seconds between polls (default: 10) |
--output json |
JSON output |