GH Monitor

👤 deliverydriver 📦 v1.1.0 ⭐ 3.6 ⬇️ 783 下載
💻 開發程式設計 免費

📖 技能介紹

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.
  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.

小蔥技能有更好的技能skills外掛。

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