Favicon of inbox-get-notification-details

inbox-get-notification-details Skill

AI Agent SkillCommunicationTypeScriptOpen source

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
35/100

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

Copy skill directory
  • 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

TypeScriptCopy skill directory

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.

Share:

Stars
25
Forks
5
Last commit
15 days ago
Repository age
4 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to inbox-get-notification-details

inbox-get-notification-details: Install, Config & GitHub Signals – SkillIndex