OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add zc277584121/mygitplugin --skill git-get-notification
Check GitHub notifications and recent Issues/PRs for monitored repos
npx skills add zc277584121/mygitplugin --skill git-get-notification
Check GitHub notifications, recent Issues, and recent PRs for a set of monitored repositories.
When the user asks to check notifications, see what's new, or check updates on monitored repos.
zilliztech/claude-contextzilliztech/memsearchzilliztech/mcp-server-milvuslangchain-ai/langchain-milvusmilvus-io/milvus-haystackzilliztech/milvus-marketplacezilliztech/vector-graph-ragFor each target repo, fetch unread notifications:
Classify notifications by reason into two priority tiers:
High Priority (show first, with details):
mention - Someone @youreview_requested - Review requestassign - Assigned to youMedium Priority (show after high priority):
author - Updates on your PR/Issuestate_change - Status changes (merged/closed)comment - New comments on your threadsSkip subscribed and CheckSuite notifications — these are noise.
For each target repo, fetch issues created in the last 7 days:
date -d '7 days ago' -u +%Y-%m-%dT%H:%M:%SZ to compute the since date.For each target repo, fetch PRs updated in the last 7 days:
Output in Chinese. Group results by repo. Within each repo, display in this order:
gh api which requires gh CLI to be authenticated.gh api "repos/REPO_NAME/pulls?state=all&sort=updated&direction=desc&per_page=20" --jq '[.[] | select(.updated_at >= "SEVEN_DAYS_AGO_ISO")]'## 📋 通知概览
### zilliztech/mcp-server-milvus
#### 🔴 高优先级通知
- [review_requested] PR #42: Add new endpoint - @someone 请求你 review (2h ago)
- [mention] Issue #38: Bug report - @someone 在评论中提到了你 (5h ago)
#### 🟡 中优先级通知
- [author] PR #40: Your PR title - 已合并 (1d ago)
- [comment] Issue #35: Discussion title - 3 条新评论 (3h ago)
#### 📝 最近 Issues (近 7 天,共 N 条)
- #50 [open] Issue title (2h ago) by @user
- #49 [closed] Issue title (1d ago) by @user
#### 🔀 最近 PRs (近 7 天,共 N 条)
- #48 [open] PR title (3h ago) by @user
- #47 [merged] PR title (2d ago) by @user
---
### next repo...