From agent-skills
Review, summarize, and manage GitHub notifications. Use this skill whenever the user mentions GitHub notifications, unread GitHub activity, open issues on their repos, or wants to catch up on project discussions — even if they don't use the word 'notifications'. Also trigger for /unsub <number>, 'mark all done', 'clear my GitHub inbox', or any request to triage, dismiss, or act on GitHub notifications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:gh-notification-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch, display, and act on unread GitHub notifications via a local dashboard.
bin/cli.jsevals/evals.jsonpackage.jsonreferences/development.mdscripts/caching.jsscripts/github.jsscripts/server.jstemplates/dashboard.csstemplates/dashboard.htmltemplates/dashboard.jstests/caching.test.jstests/cli.test.jstests/fixtures/octokit-mock.jstests/fixtures/octokit-responses.jsontests/github.test.jstests/notifications-test-mode.test.jstests/server.test.jsFetch, display, and act on unread GitHub notifications via a local dashboard.
GITHUB_TOKEN — required (env or <skill-path>/.env)GITHUB_REPO — optional default for --repo (format: owner/repo)All actions invoke the gh-notifications bin (installed by the skill's package.json).
| User intent | Command | Notes |
|---|---|---|
| Open the dashboard | gh-notifications fetch [--repo owner/repo] | Blocks until Ctrl+C; opens browser at http://localhost:8000. Without --repo or GITHUB_REPO, shows all unread notifications. |
| Unsubscribe from an issue | gh-notifications unsub <number> --repo owner/repo | Deletes thread subscription + marks done. --repo falls back to GITHUB_REPO. |
| Mark one issue done | gh-notifications done <number> --repo owner/repo | --repo falls back to GITHUB_REPO. |
| Mark all done | gh-notifications done | No issue arg = clear inbox. |
gh-notifications fetch and tell the user the dashboard is at http://localhost:8000.fetch process to free port 8000.<skill-path>/templates/dashboard.html (Nunjucks; edit to customize).<skill-path>/references/development.md.npx claudepluginhub allonsy-studio/agent-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.