AgentSkillsCN

linear-notifications

管理Linear通知。适用于查看与清除通知时使用。

SKILL.md
--- frontmatter
name: linear-notifications
description: Manage Linear notifications. Use for viewing and clearing notifications.
allowed-tools: Bash

Notifications

bash
# 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

Flags

FlagPurpose
--output jsonJSON output