Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

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-watch

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs127
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Watch a Linear issue for changes by polling at a configurable interval, with JSON output for scripting.

Files

SKILL.mdMarkdownGitHub ↗

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

FlagPurpose
-i, --intervalSeconds between polls (default: 10)
--output jsonJSON output

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.