forked from Gitlink/gitlink-cli
feat: add gitlink-research-matching skill (科研协作智能匹配) #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "feat/research-matching"
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?
子任务4 场景B:gitlink-research-matching(科研协作智能匹配)
面向科研场景的协作匹配 skill,回答"科研仓库里某个任务该交给哪种科研角色的人来做、仓内缺不缺会卡住匹配的资源"。
核心设计
交付物
skills/gitlink-research-matching/SKILL.md(完整 skill:frontmatter + 3 CRITICAL + 三向边界表 + 4角色体系 + 接口坑 + 6步工作流 + 报告模板 + 注意事项)skills/gitlink-research-matching/examples/matching-run.md(可复现运行脚本模板,含实测数据结构与仓库选型反例)数据结构(实测校正)
所有 jq 路径用
gitlink-cli实测数据结构校验:PR/Issue 在data.issues[]、作者字段为平铺author_login、PR 标题为name。验证仓库说明
GitLink 平台原生科研协作仓库普遍缺协作 PR+Issue 数据(多 GitHub 镜像/单作者展示型/大赛 repo),故
matching-run.md为可复现脚本模板,待真实协作型仓库填充报告数据。