skills/linear-notifications/SKILL.md
Manage Linear notifications. Use for viewing, reading, and archiving notifications.
npx skillsauth add finesssee/linear-cli linear-notificationsInstall 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.
# List unread notifications
linear-cli n list
linear-cli n list --output json
# Get unread count
linear-cli n count
# Mark as read
linear-cli n read NOTIFICATION_ID
# Mark all as read
linear-cli n read-all
# Archive a notification
linear-cli n archive NOTIFICATION_ID
# Archive all notifications
linear-cli n archive-all
| Flag | Purpose |
|------|---------|
| --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
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.