skills/github-watcher/SKILL.md
GitHub 仓库监控。监控 vllm-ascend 新版本发布、DeepSeek 新仓库创建、以及 vLLM 相关有价值的新 PR,发现更新立即 Bark 推送通知。
npx skillsauth add sunchendd/good_skills github-watcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
实时监控关注的 GitHub 仓库动态,发现更新立即 Bark 推送。
| 目标 | 类型 | 说明 | |------|------|------| | vllm-project/vllm-ascend | Release | 新版本发布 | | deepseek-ai | New Repo | 新仓库创建 | | vllm-project/vllm | PR | 有价值的新 PR | | vllm-project/vllm-ascend | PR | 有价值的新 PR |
满足以下任一条件:
GitHub API → 比对本地 state.json → 发现变更 → Bark 推送
有状态记忆(state.json),避免重复通知。首次运行初始化状态,不发通知。
| 变量 | 必需 | 说明 |
|------|------|------|
| GITHUB_TOKEN | ✅ | GitHub Personal Access Token |
| BARK_TOKEN | 可选 | Bark 推送 |
python3 run_github_watcher.py # 建议每2小时运行
development
通用开发验证工作流,用于 AI/ML 推理服务的开发、测试和验证。支持多种硬件后端(Ascend NPU、GPU)和推理引擎(vLLM、MindIE)。包含完整的需求对齐、代码检查、服务部署、性能测试和结果分析流程。当用户提到"开发"、"测试"、"性能对比"、"服务部署"、"推理验证"等需求时使用此工作流。
tools
小红书检索与发布工具。Use when "小红书检索", "发布小红书", "xhs MCP", "搜索小红书内容". 基于本地 MCP Server 或 xhs-mcp CLI,支持搜索、查看、发布三种操作。
data-ai
自动周报生成。Use when "周报", "本周工作总结", "weekly report", "自动生成周报". 汇总本周日历、GitHub 活动,AI 生成工作总结+时间分析+下周规划,通过邮件和 Bark 推送。
testing
Use when testing vLLM performance, running benchmarks, comparing inference configurations, cleaning up GPU environments, or generating performance reports. Activates for benchmarking throughput/latency, configuring vLLM serve parameters, using evalscope or vllm bench, and producing comparison tables.