feat(skills): 新增 3 个 Agent Skill — wiki-builder, pipeline-guardian, webhook-sentinel #144
Loading…
Reference in New Issue
No description provided.
Delete Branch ":skills/new-skills"
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?
功能说明
新增 3 个 AI Agent Skill,填补 GitLink CLI 命令的 Skill 覆盖空白。
新增 Skill
gitlink-wiki-builder(Wiki 文档自动化)
gitlink-pipeline-guardian(流水线健康守护)
gitlink-webhook-sentinel(Webhook 监控哨兵)
文件清单
skills/
├── gitlink-wiki-builder/SKILL.md + examples/wiki-builder-workflow.md
├── gitlink-pipeline-guardian/SKILL.md + examples/pipeline-guardian-workflow.md
└── gitlink-webhook-sentinel/SKILL.md + examples/webhook-sentinel-workflow.md
验证方式
每个 Skill 均已在 Claude Code 中完成验证,使用示例见各 examples/ 目录。