Get detailed information for a specific GitHub notification thread.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "inbox-get-notification-details" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-get-notification-details/SKILL.md 2. Save it as ~/.claude/skills/inbox-get-notification-details/SKILL.md 3. Reload skills and tell me it's ready
Get the details of this GitHub notification thread, including repository, subject, participants, unread status, and related links: thread_id=123456
Returns the full notification thread details so I can quickly understand the code review context and current status.
Fetch the detailed content of this GitHub notification thread to identify the repository, related event, and whether it needs immediate action: thread_id=789012
Outputs the notification source, event type, and key context to help determine priority and next steps.
Please retrieve the detailed information for this GitHub notification thread and summarize the context I should know before handling it: thread_id=345678
Returns the thread details and a short context summary to help me decide the next action faster.
Use gh api to fetch details of a specific notification thread or issue/PR comments.
gh api /notifications/threads/{thread_id}
gh api repos/{owner}/{repo}/issues/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}'
gh api repos/{owner}/{repo}/pulls/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}'
Replace {thread_id}, {owner}, {repo}, {number} with actual values.
gh api command as a separate terminal invocation — NEVER chain with &&--jq for filtering — it is built into ghAnalyze 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.
Manage subscription status for GitHub notification threads and reduce noise.
Mark all GitHub notifications as read to quickly clear your inbox.
Fetch and review GitHub notifications quickly using the gh CLI.
Open GitHub notification links in a browser for quick review.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.
Fetch and filter GitHub pull request details for review and team coordination.
Add emoji reactions to GitHub issues or pull requests quickly.
Send notifications from your AI agent via email, Slack, Discord, or webhooks.
Search GitHub issues and PRs assigned to you or matching queries.