Github Notifications banner
notque notque

Github Notifications

Git community

Description

--- description: "Triage GitHub notifications: fetch, classify, report actions needed." argument-hint: "[--mark-read] [--save]" allowed-tools: ["Bash", "Read", "Write"] --- Triage GitHub notifications: fetch, classify, report actions needed. Usage: /github-notifications [--mark-read] [--save] Default: report-only (shows what needs attention, doesn't modify anything) --mark-read: also mark informational notifications as read --save: save report to ~/.claude/reports/notifications/ Invokes: scr

Installation

Installs to ~/.claude/skills/notque-claude-code-toolkit-github-notifications/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notque-claude-code-toolkit-github-notifications && curl -fsSL https://raw.githubusercontent.com/notque/claude-code-toolkit/HEAD/commands/github-notifications.md -o ~/.claude/skills/notque-claude-code-toolkit-github-notifications/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository