Manage subscription status for GitHub notification threads and reduce noise.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "inbox-manage-subscription" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-manage-subscription/SKILL.md 2. Save it as ~/.claude/skills/inbox-manage-subscription/SKILL.md 3. Reload skills and tell me it's ready
Please unsubscribe me from this GitHub notification thread so I stop receiving further updates.
A confirmation or status message showing the thread has been unsubscribed.
Please resubscribe me to this GitHub notification thread so I can receive future updates.
A confirmation or status message showing the thread has been resubscribed.
Please check whether I am currently subscribed to this GitHub notification thread.
The current subscription status, indicating whether notifications are being received.
Stop receiving notifications for this thread:
gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=true
Subscribe to receive notifications:
gh api --method PUT /notifications/threads/{thread_id}/subscription -f ignored=false
Remove subscription entirely:
gh api --method DELETE /notifications/threads/{thread_id}/subscription
Replace {thread_id} with the notification's id field.
Analyze VS Code rolling build health and identify breaking commit ranges.
Quickly set up Component Explorer with Vite and AI agent integration.
Dismiss specific GitHub notifications to keep your inbox clean and focused.
Mark all GitHub notifications as read to quickly clear your inbox.
Store, organize, and retrieve inbox content for faster follow-up work.
Fetch and review GitHub notifications quickly using the gh CLI.
Get detailed information for a specific GitHub notification thread.
Open GitHub notification links in a browser for quick review.
Add emoji reactions to GitHub issues or pull requests quickly.
Send notifications, manage message templates, and configure delivery integrations.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.
Query subscription and billing data from INFO-Subscription for analysis and troubleshooting.