inbox-dismiss-notification Skill
Dismiss GitHub notification Published by microsoft in vscode-team-kit.
What is inbox-dismiss-notification Skill?
Dismiss GitHub notification 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-dismiss-notification 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-dismiss-notification/SKILL.md
What it does
Dismiss GitHub notification
Skill instructions
Available Actions Replace {threadid} with the notification's id field. Mark as read Notification will still render in inbox, but marked as read. gh api --method PATCH /notifications/threads/{threadid} Mark as done Notification will be marked as done and removed from inbox, but doesn't unsubscribe from the thread. gh api --method DELETE /notifications/threads/{threadid} Unsubscribe from thread Will no longer receive notifications from the thread. gh api --method DELETE /notifications/threads/{threadid}/subscription Dismiss notification To fully dismiss a notification, unsubscribe and mark as done. gh api --method DELETE /notifications/threads/{threadid}/subscription gh api --method DELETE /notifications/threads/{threadid} Dismmiss multiple commands Chain multiple commands together in a single terminal invocation using && or ; to avoid multiple confirmations. Rules - ALWAYS prepend GHPAGER=cat to gh api calls to avoid interactive pagers - NEVER add other environment variable prefixes
Explore related resources
Frequently asked questions
What is inbox-dismiss-notification?
inbox-dismiss-notification is a open-source AI agent skill with Copy skill directory. Dismiss GitHub notification
Who is inbox-dismiss-notification best for?
inbox-dismiss-notification is best for reusing agent instructions, scripts, and references.
How do I install inbox-dismiss-notification?
Install or run inbox-dismiss-notification using Copy skill directory. Check inbox-dismiss-notification for the latest setup command.
Is inbox-dismiss-notification actively maintained?
inbox-dismiss-notification may need a closer maintenance check before production use.
Auto-fetched from GitHub.