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 pagersAdd emoji reactions to GitHub issues or pull requests quickly.
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.
Set up Component Explorer with CLI, MCP, and VS Code tooling.
Mark all GitHub notifications as read to quickly clear your inbox.
Fetch and review GitHub notifications quickly using the gh CLI.
Manage subscription status for GitHub notification threads and reduce noise.
Open GitHub notification links in a browser for quick review.
Get detailed information for a specific GitHub notification thread.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.