inbox-get-notification-details Skill
Get details of a specific GitHub notification thread Published by microsoft in vscode-team-kit.
What is inbox-get-notification-details Skill?
Get details of a specific GitHub notification thread Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode-team-kit
Technical details
- Install or run with Copy skill directory
When to use inbox-get-notification-details Skill
- Use it for developers using vscode-team-kit.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: github-inbox/skills/inbox-get-notification-details/SKILL.md
What it does
Get details of a specific GitHub notification thread
Skill instructions
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/{threadid} Issue comments (latest) gh api repos/{owner}/{repo}/issues/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}' PR comments (latest) gh api repos/{owner}/{repo}/pulls/{number}/comments --jq '.[-1] | {user: .user.login, body: .body}' Replace {threadid}, {owner}, {repo}, {number} with actual values. Rules - Run each gh api command as a separate terminal invocation — NEVER chain with && - Use --jq for filtering — it is built into gh
Explore related resources
Frequently asked questions
What is inbox-get-notification-details?
inbox-get-notification-details is a open-source AI agent skill with Copy skill directory. Get details of a specific GitHub notification thread
Who is inbox-get-notification-details best for?
inbox-get-notification-details is best for reusing agent instructions, scripts, and references.
How do I install inbox-get-notification-details?
Install or run inbox-get-notification-details using Copy skill directory. Check inbox-get-notification-details for the latest setup command.
Is inbox-get-notification-details actively maintained?
inbox-get-notification-details may need a closer maintenance check before production use.
Auto-fetched from GitHub.