/github-notifications
Triage GitHub notifications: fetch, classify, report actions needed.
$ npx -y skills add notque/vexjoy-agent --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/github-notifications
Context preview
What this command does when you run it.
Triage GitHub notifications: fetch, classify, report actions needed.
Command definition
github-notifications.mddescription: "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: scripts/github-notification-triage.py
Instructions for Claude
**Arguments:** "$ARGUMENTS"
Parse arguments from `$ARGUMENTS`, then run:
python3 scripts/github-notification-triage.py $ARGUMENTS
Present the output to the user. If the report includes informational notifications and `--mark-read` was not passed, ask the user if they want to clear them.
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Other commands on vexjoy-agent.
github-profile-rules
`github-profile-rules` — extract programming rules and coding conventions from a GitHub user's public profile via API.

