新增 gitlink-notification-bridge Skill #293
Loading…
Reference in New Issue
No description provided.
Delete Branch "wdgde/gitlink-cli:feature/webhook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
合并请求描述
新增 gitlink-notification-bridge Skill,实现 GitLink 事件到飞书、钉钉、企业微信等主流协作平台的实时通知桥接功能。
本 Skill 基于 gitlink-cli 现有的 webhook 命令,提供完整的配置指南和使用示例,帮助用户快速搭建跨平台通知系统,适用于 CCF 开源创新大赛 GitLink CLI 赛题(子赛题二:AI Agent Skill 开发)。
相关Issue
关联Issue编号:无
变更内容
新增文件:
功能特性:
技术实现:
使用示例:
飞书通知
gitlink-cli webhook +create --url "https://open.feishu.cn/open-apis/bot/v2/hook/xxx" --events "push,issues" --type "feishu"
钉钉通知
gitlink-cli webhook +create --url "https://oapi.dingtalk.com/robot/send?access_token=xxx" --events "pull_request" --type "dingtalk"
测试验证
适用场景