
Linear Watch
- 127 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Watch a Linear issue for changes by polling at a configurable interval, with JSON output for scripting.
About
A CLI skill that monitors a Linear issue for updates by polling on an interval. A developer uses it to watch an issue's changes from the terminal or a script.
- watch LIN-123 polls for changes
- Configurable --interval and --output json
Linear Watch by the numbers
- 127 all-time installs (skills.sh)
- Ranked #1,261 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-watchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 127 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Watch a Linear issue for changes by polling at a configurable interval, with JSON output for scripting.
Files
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 |