feat(skills): add research assistant skill suite #328
Loading…
Reference in New Issue
No description provided.
Delete Branch "ohanabi/gitlink-cli:feat/research-skills-suite"
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?
变更摘要
本 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-skillsgit diff --checkenv GOCACHE=/tmp/gitlink-go-build-cache GOPATH=/tmp/gitlink-go-path go test ./...真实场景 Agent 验证
已在 Codex CLI 中使用
gitlink-cli对真实 GitLink 仓库进行只读采集验证,目标包括:songhui18/ICCV2021Gitconomy/Git4Research验证覆盖复现性检查、项目进度跟踪、合规风险、协作结构、知识图谱、数据来源风险和成果手册摘要等场景。
验证过程中未执行任何写操作,未创建/更新/关闭 Issue,未创建/合并 PR,未发布 Release,未修改仓库内容,未输出 Token、Cookie 或认证 Header。
d26a920f9cto4cd7a8918bPull request closed