forked from Gitlink/gitlink-cli
1.2 KiB
1.2 KiB
| name | version | description | metadata | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| gitlink-notification | 1.0.0 | User messages: list GitLink messages, mark messages as read, and delete messages. |
|
gitlink-notification
Use this skill when an agent needs to inspect or update GitLink user messages.
Shortcuts
| Shortcut | Purpose |
|---|---|
notification +list |
List user messages |
notification +read |
Mark messages as read |
notification +delete |
Delete messages |
Examples
gitlink-cli notification +list --type notification --status unread
gitlink-cli notification +list --user Mengz --type atme
gitlink-cli notification +read --type atme --ids 101,102
gitlink-cli notification +read --type notification --ids -1
gitlink-cli notification +delete --type notification --ids 101,102
Safety Notes
- Confirm the target user before using
--user. notification +list --type allqueries all message types; whentype=all, avoid assuming--statusis applied to each backend category in the same way.notification +read --ids -1marks all unread messages of the selected type as read.notification +deleterequires explicit message IDs and does not accept-1.