Dismiss specific GitHub notifications to keep your inbox clean and focused.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "inbox-dismiss-notification" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-dismiss-notification/SKILL.md 2. Save it as ~/.claude/skills/inbox-dismiss-notification/SKILL.md 3. Reload skills and tell me it's ready
Dismiss GitHub notifications from this repository in the last 7 days that I have already handled, so they no longer clutter my inbox.
Returns the dismissal result and removes the matched notifications from the inbox.
Dismiss all notifications related to this GitHub issue thread; I do not need inbox alerts for it right now.
All notifications tied to the thread are dismissed, with execution status returned.
Dismiss all low-priority GitHub inbox notifications that do not require follow-up.
Low-priority notifications are dismissed in bulk, helping the user focus on important updates.
Replace {thread_id} with the notification's id field.
Notification will still render in inbox, but marked as read.
gh api --method PATCH /notifications/threads/{thread_id}
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}
Will no longer receive notifications from the thread.
gh api --method DELETE /notifications/threads/{thread_id}/subscription
To fully dismiss a notification, unsubscribe and mark as done.
gh api --method DELETE /notifications/threads/{thread_id}/subscription
gh api --method DELETE /notifications/threads/{thread_id}
Chain multiple commands together in a single terminal invocation using && or ; to avoid multiple confirmations.
GH_PAGER=cat to gh api calls to avoid interactive pagersAnalyze VS Code rolling build health and identify breaking commit ranges.
Quickly set up Component Explorer with Vite and AI agent integration.
Manage subscription status for GitHub notification threads and reduce noise.
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.
Open GitHub notification links in a browser for quick review.
Get detailed information for a specific GitHub notification thread.
Add emoji reactions to GitHub issues or pull requests quickly.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.
Generate daily or weekly cross-source digests of mentions, action items, and updates.
Check for and install GitHub CLI to prepare a development environment.