GH Monitor

👤 deliverydriver 📦 v1.1.0 ⭐ 3.6 ⬇️ 783 下载
💻 开发编程 免费

📖 技能介绍


name: gh-monitor description: GitHub repo monitoring: Track issues/PRs/CI runs, new activity, label filters, notifications via cron/message. Extends gh CLI + gh-issues skill. Triggers: "watch repo", "gh alerts", "PR status [repo]", "issues monitor".


GH Monitor

Examples

  • \"Watch open bugs in myrepo\": gh issue list --label bug --state open --limit 20
  • \"PR status\": gh pr list --state open --limit 10
  • Daily cron: cron add schedule.cron expr=\"0 9 * * *\" payload.systemEvent \"Check GH: new issues/PRs\"

Workflow

  1. Setup: gh auth status; gh repo view owner/repo
  2. Query: gh search issues \"is:open label:bug\" --json
  3. Alert: message urgent PRs/unmerged.

    发现更多技能插件,请访问7w4.net。

  4. Advanced: gh run list --status failure; browser for comments.

Read refs/gh-commands.md + gh-issues/SKILL.md.

Scripts

scripts/check-repo.py: Poll + notify.

assets/alert-template.md: Slack/Discord format.

🤖 AI 评测

这个 Skill 质量一般,好处是文档写得比较清楚,让人一眼就知道它是干什么的。但问题也很明显:说好的功能实际上没有提供,光有说明没有可以用的工具,拿到手里很难真正用起来。如果需要真正能用的 GitHub 监控工具,可能需要等待后续版本完善。

📊 多维度评分

适应性3.9
规范性3.6
有效性3.6
可靠性3
可信度4.3

📁 包含文件 (3 个)

📄 SKILL.md 910 B
📄 _meta.json 129 B
📄 references/gh-commands.md 130 B