AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MPL-2.0 Self-run

Gh Notification Summary

skill-allonsy-studio-agent-skills-gh-notification-summary · by allonsy-studio

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 notifica…

— No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-allonsy-studio-agent-skills-gh-notification-summary

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ● Environment & secrets Used
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-allonsy-studio-agent-skills-gh-notification-summary)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Gh Notification Summary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub Notification Reviewer

Fetch, display, and act on unread GitHub notifications via a local dashboard.

Environment

  • GITHUB_TOKEN — required (env or /.env)
  • GITHUB_REPO — optional default for --repo (format: owner/repo)

Commands

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 --repo owner/repo | Deletes thread subscription + marks done. --repo falls back to GITHUB_REPO. | | Mark one issue done | gh-notifications done --repo owner/repo | --repo falls back to GITHUB_REPO. | | Mark all done | gh-notifications done | No issue arg = clear inbox. |

Workflow

  1. Run gh-notifications fetch and tell the user the dashboard is at http://localhost:8000.
  2. Wait for the user to ask for follow-up actions (unsub, mark done).
  3. Run the matching command from the table. Confirm the result.
  4. When the user is finished, remind them to Ctrl+C the fetch process to free port 8000.

Reference

  • Dashboard template: /templates/dashboard.html (Nunjucks; edit to customize).
  • Development setup and local preview: /references/development.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.