新增三个skills #18

Merged
zzx-coder merged 8 commits from zzx_branch into master 2026-06-24 00:04:36 +08:00

8 Commits

Author SHA1 Message Date
狗gogo de6f94351e feat(skills): add gitlink-stale skill for stale issue/PR detection
Add a new AI Agent skill for detecting and managing stale issues and PRs:

- SKILL.md - main skill guide
- README.md - overview documentation
- examples/ - AI judgment demo, PR stale workflow, weekly cleanup workflow
- references/ - scan, judge, actions, and exempt rules

The skill automates stale detection with AI-powered judgment and supports
weekly cleanup workflows with configurable exemption rules.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 00:03:43 +08:00
狗gogo d17b4f0383 Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-23 23:45:38 +08:00
狗gogo d804a01e8a Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-16 17:02:39 +08:00
狗gogo 5a590f6850 feat(skills): add gitlink-code-review and gitlink-issue-triage skills
Add two new AI Agent skills for automated GitLink workflows:

- gitlink-code-review: automated PR/code review with quality and security analysis
- gitlink-issue-triage: automated issue classification (tracker/priority/labels)

Each skill includes SKILL.md, README.md, examples, and references.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 08:54:56 +08:00
狗gogo 1907e80c34 Merge remote master with local changes: resolve README conflict 2026-06-16 08:50:13 +08:00
狗gogo d18de0437a Merge branch 'master' of https://www.gitlink.org.cn/zzx-coder/gitlink-cli 2026-06-16 08:47:53 +08:00
狗gogo 198c17ea08 test webhook trigger 2026-06-04 15:17:56 +08:00
狗gogo 7ed6fd565a fix: 修复流水线验证部署节点的参数解析错误
- 将verify_deployment_0节点的ssh_cmd从'gitlink-cli version && ls -lh /opt/gitlink-cli/gitlink-cli'简化为'gitlink-cli version'
- 修复原因:&&符号在GitLink流水线参数解析器中被当作特殊字符处理,导致"未找到对应的参数"错误
- 简化后的验证命令足以确认部署成功

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 15:03:39 +08:00