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 ghAdd 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.
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.
Dismiss specific GitHub notifications to keep your inbox clean and focused.
Mark all GitHub notifications as read to quickly clear your inbox.
Unify multi-channel notifications for routing, deduplication, escalation, and inbox consolidation.