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}'