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.
Let AI agents read and write memory with environment-aware storage fallback.
Gather independent multi-model plans and debates for implementation and architecture decisions.
Get high-signal second opinions on plans, designs, and implementations early.
Create and manage AST ban rules to block specific code syntax patterns.
Analyze VS Code rolling build health and identify breaking commit ranges.
Add emoji reactions to GitHub issues or pull requests quickly.
Get detailed information for a specific GitHub notification thread.
Dismiss specific GitHub notifications to keep your inbox clean and focused.
Fetch and review GitHub notifications quickly using the gh CLI.
Mark all GitHub notifications as read to quickly clear your inbox.
Open GitHub notification links in a browser for quick review.
Send notifications, manage message templates, and configure delivery integrations.