新增三个skills #18

Merged
zzx-coder merged 8 commits from zzx_branch into master 2026-06-24 00:04:36 +08:00
Owner
No description provided.
zzx-coder added 8 commits 2026-06-24 00:04:29 +08:00
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>
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>
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>
zzx-coder merged commit cd34efe773 into master 2026-06-24 00:04:36 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zzx-coder/gitlink-cli#18
No description provided.