inbox-manage-subscription

Installation
SKILL.md

Manage Notification Subscription

Ignore (mute) a thread

Stop receiving notifications for this thread:

gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=true

Watch a thread

Subscribe to receive notifications:

gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=false

Unsubscribe from a thread

Installs
2
GitHub Stars
29
First Seen
Jul 10, 2026
inbox-manage-subscription — microsoft/vscode-team-kit