inbox-get-notification-details

Installation
SKILL.md

Get Notification Details

Use gh api to fetch details of a specific notification thread or issue/PR comments.

Notification thread details

gh api /notifications/threads/{thread_id}

Issue comments (latest)

gh api repos/{owner}/{repo}/issues/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}'

PR comments (latest)

Installs
2
GitHub Stars
29
First Seen
Jul 10, 2026
inbox-get-notification-details — microsoft/vscode-team-kit