inbox-dismiss-notification

Installation
SKILL.md

Available Actions

Replace {thread_id} with the notification's id field.

Mark as read

Notification will still render in inbox, but marked as read.

gh api --method PATCH /notifications/threads/{thread_id}

Mark as done

Notification will be marked as done and removed from inbox, but doesn't unsubscribe from the thread.

gh api --method DELETE /notifications/threads/{thread_id}
Installs
2
GitHub Stars
29
First Seen
Jul 10, 2026
inbox-dismiss-notification — microsoft/vscode-team-kit