inbox-mark-all-read

Installation
SKILL.md

Mark All Notifications Read

All notifications

gh api --method PUT /notifications

All notifications in a specific repo

gh api --method PUT /repos/{owner}/{repo}/notifications

Replace {owner} and {repo} with the repository owner and name.

Since a specific time

Add the last_read_at parameter:

Installs
2
GitHub Stars
29
First Seen
Jul 10, 2026
inbox-mark-all-read — microsoft/vscode-team-kit