inbox-get-notification-details Skill
Get details of a specific GitHub notification thread Published by microsoft in vscode-team-kit.
Decision snapshot
Is this a fit?
Developers using vscode-team-kit, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode-team-kit
Declared skill metadata
- Source file: github-inbox/skills/inbox-get-notification-details/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.