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