Install
npx skillscat add finesssee/linear-cli/linear-watch Install via the SkillsCat registry.
SKILL.md
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 jsonFlags
| Flag | Purpose |
|---|---|
-i, --interval |
Seconds between polls (default: 10) |
--output json |
JSON output |