Mark all GitHub notifications as read to quickly clear your inbox.
This skill is essentially an open-source prompt/command snippet for marking GitHub notifications as read via the GitHub CLI. It does not itself collect secrets, exfiltrate data to third parties, or request elevated local privileges; overall risk is low, though running the commands would modify the user's GitHub notification state and should be scoped carefully.
No separate API key, token, or environment variable is declared, and the skill itself does not collect or expose credentials. If the user manually runs the gh commands, authentication would typically rely on existing local GitHub CLI credentials, but that is external tool behavior rather than embedded secret handling by this skill.
The skill material itself contains no remote endpoint configuration and does not appear to be an active networked component. The README only shows command examples for GitHub notification APIs; if executed, traffic would go to GitHub's official endpoints rather than to an unknown third party.
The system flags this as prompt-only; the material is documentation-style command examples without auditable auto-execution logic, install scripts, or local process-spawning capability. Any impact would come from a user's manual execution, not from the skill itself executing code.
No local file read/write, system directory access, or extra resource authorization is described. Its stated scope is limited to marking all notifications, repository-specific notifications, or notifications since a given time as read on the user's GitHub account, which is a bounded remote state change rather than excessive local data access.
The source is a publicly auditable GitHub repository under microsoft/vscode-team-kit, and its open-source nature reduces supply-chain opacity. Although it has 0 stars, no declared license, and unknown maintenance status, these facts are still materially better than closed-source or unattributed materials, and no specific supply-chain red flags are evident here.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "inbox-mark-all-read" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/github-inbox/skills/inbox-mark-all-read/SKILL.md 2. Save it as ~/.claude/skills/inbox-mark-all-read/SKILL.md 3. Reload skills and tell me it's ready
Please mark all notifications in my current GitHub account as read.
All GitHub notifications are marked as read, leaving the inbox cleared.
I’m done with GitHub messages for today, so mark all unread notifications as read.
Unread notifications are cleared in one go, making it easier to start fresh later.
Help me reset my GitHub notification state by marking all existing notifications as read.
Existing notifications are updated to read status, leaving the notification list tidier.
gh api --method PUT /notifications
gh api --method PUT /repos/{owner}/{repo}/notifications
Replace {owner} and {repo} with the repository owner and name.
Add the last_read_at parameter:
gh api --method PUT /notifications -f last_read_at=2024-01-01T00:00:00Z
Let AI agents read and write memory with environment-aware storage fallback.
Gather independent multi-model plans and debates for implementation and architecture decisions.
Get high-signal second opinions on plans, designs, and implementations early.
Create and manage AST ban rules to block specific code syntax patterns.
Analyze VS Code rolling build health and identify breaking commit ranges.
Add emoji reactions to GitHub issues or pull requests quickly.
Fetch and review GitHub notifications quickly using the gh CLI.
Dismiss specific GitHub notifications to keep your inbox clean and focused.
Open GitHub notification links in a browser for quick review.
Manage subscription status for GitHub notification threads and reduce noise.
Get detailed information for a specific GitHub notification thread.
Send phone push notifications through a configurable gateway for automated alerts.