feat(skills): add research assistant skill suite #328

Closed
ohanabi wants to merge 0 commits from ohanabi/gitlink-cli:feat/research-skills-suite into master
Contributor

变更摘要

本 PR 为子赛题二新增 7 个独立的只读 GitLink research Agent Skills:

  • gitlink-research-reproducibility:科研仓库复现性审计
  • gitlink-research-compliance:科研开源合规与敏感文件风险检查
  • gitlink-research-progress-tracker:科研项目进度跟踪与风险预警
  • gitlink-research-collaboration-map:贡献者与协作结构画像
  • gitlink-research-knowledge-graph:科研主题与仓库轻量知识图谱
  • gitlink-research-data-provenance:数据来源、隐私与治理风险检查
  • gitlink-research-artifact-handbook:科研成果交接手册生成

每个 Skill 均包含 SKILL.md、示例工作流和对应的规则/模板参考文件。

验证方式

已完成以下本地验证:

  • make validate-research-skills
  • git diff --check
  • env GOCACHE=/tmp/gitlink-go-build-cache GOPATH=/tmp/gitlink-go-path go test ./...

真实场景 Agent 验证

已在 Codex CLI 中使用 gitlink-cli 对真实 GitLink 仓库进行只读采集验证,目标包括:

  • songhui18/ICCV2021
  • Gitconomy/Git4Research

验证覆盖复现性检查、项目进度跟踪、合规风险、协作结构、知识图谱、数据来源风险和成果手册摘要等场景。

验证过程中未执行任何写操作,未创建/更新/关闭 Issue,未创建/合并 PR,未发布 Release,未修改仓库内容,未输出 Token、Cookie 或认证 Header。

## 变更摘要 本 PR 为子赛题二新增 7 个独立的只读 GitLink research Agent Skills: - `gitlink-research-reproducibility`:科研仓库复现性审计 - `gitlink-research-compliance`:科研开源合规与敏感文件风险检查 - `gitlink-research-progress-tracker`:科研项目进度跟踪与风险预警 - `gitlink-research-collaboration-map`:贡献者与协作结构画像 - `gitlink-research-knowledge-graph`:科研主题与仓库轻量知识图谱 - `gitlink-research-data-provenance`:数据来源、隐私与治理风险检查 - `gitlink-research-artifact-handbook`:科研成果交接手册生成 每个 Skill 均包含 `SKILL.md`、示例工作流和对应的规则/模板参考文件。 ## 验证方式 已完成以下本地验证: - `make validate-research-skills` - `git diff --check` - `env GOCACHE=/tmp/gitlink-go-build-cache GOPATH=/tmp/gitlink-go-path go test ./...` ## 真实场景 Agent 验证 已在 Codex CLI 中使用 `gitlink-cli` 对真实 GitLink 仓库进行只读采集验证,目标包括: - `songhui18/ICCV2021` - `Gitconomy/Git4Research` 验证覆盖复现性检查、项目进度跟踪、合规风险、协作结构、知识图谱、数据来源风险和成果手册摘要等场景。 验证过程中未执行任何写操作,未创建/更新/关闭 Issue,未创建/合并 PR,未发布 Release,未修改仓库内容,未输出 Token、Cookie 或认证 Header。
ohanabi added 2 commits 2026-07-05 13:31:52 +08:00
ohanabi force-pushed feat/research-skills-suite from d26a920f9c to 4cd7a8918b 2026-07-10 16:41:09 +08:00 Compare
wbtiger closed this pull request 2026-07-14 22:56:52 +08:00
wbtiger reopened this pull request 2026-07-14 23:02:10 +08:00
wbtiger closed this pull request 2026-07-14 23:05:29 +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: Gitlink/gitlink-cli#328
No description provided.