skills/linear-watch/SKILL.md
Watch Linear issues for changes. Use for monitoring updates.
npx skillsauth add finesssee/linear-cli linear-watchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
| Flag | Purpose |
|------|---------|
| -i, --interval | Seconds between polls (default: 10) |
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
documentation
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.