feat: 新增 onboard、compliance、contrib、code-insight 技能与快捷命令 #17

Closed
nudt_zk wants to merge 0 commits from zk_branch into master
Collaborator

变更摘要

本次 PR 新增了 4 个 AI 技能模块及配套的快捷命令,增强 gitlink-cli 的自动化和新人引导能力。

新增技能

  • gitlink-onboard: 新人引导,通过 AI 语义分析识别 Good First Issue,自动添加引导评论
  • gitlink-compliance: 许可证合规检查与敏感信息扫描(许可证、密钥、PII、内部 URL)
  • gitlink-contrib: 贡献者数据统计与报告生成
  • gitlink-code-insight: 交互式仪表盘,可视化所有 shortcuts 的使用概览

关键特性

  • onboard 支持 per-issue 内容感知的欢迎评论模板
  • onboard +welcome 新增 --force 标志,支持重复添加评论
  • 新增 contrib HTML 报告生成器
  • 新增 shortcuts 注册入口(register.go)

文件变更

20 个文件,+2988 / -5 行


? Generated with Claude Code

## 变更摘要 本次 PR 新增了 4 个 AI 技能模块及配套的快捷命令,增强 gitlink-cli 的自动化和新人引导能力。 ### 新增技能 - **gitlink-onboard**: 新人引导,通过 AI 语义分析识别 Good First Issue,自动添加引导评论 - **gitlink-compliance**: 许可证合规检查与敏感信息扫描(许可证、密钥、PII、内部 URL) - **gitlink-contrib**: 贡献者数据统计与报告生成 - **gitlink-code-insight**: 交互式仪表盘,可视化所有 shortcuts 的使用概览 ### 关键特性 - onboard 支持 per-issue 内容感知的欢迎评论模板 - onboard +welcome 新增 `--force` 标志,支持重复添加评论 - 新增 contrib HTML 报告生成器 - 新增 shortcuts 注册入口(register.go) ### 文件变更 20 个文件,+2988 / -5 行 --- ? Generated with [Claude Code](https://claude.com/claude-code)
nudt_zk added 1 commit 2026-06-23 22:50:53 +08:00
dc5425690d Add gitlink-code-insight skill: interactive dashboard for all shortcuts
New skill that generates an HTML dashboard showcasing all 69 gitlink-cli
shortcuts organized into 14 categories with search and collapsible UI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
zzx-coder closed this pull request 2026-06-23 23:56:55 +08:00
nudt_zk reopened this pull request 2026-06-24 09:54:49 +08:00
nudt_zk closed this pull request 2026-06-24 09:54:58 +08:00

Pull request closed

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#17
No description provided.