feat(skills): 新增 gitlink-deps 依赖追踪 Skill #127
Loading…
Reference in New Issue
No description provided.
Delete Branch "Ct201314/gitlink-cli:skill/gitlink-deps"
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?
新增 gitlink-deps Skill:扫描 go.mod / package.json / requirements.txt / pom.xml /
Cargo.toml,解析依赖清单、识别技术栈、区分直接/间接依赖、提示版本锁定与供应链风险。
本 PR 包含 skills/gitlink-deps/(SKILL.md +
references)。配套可运行脚本与单元测试在独立仓库:https://gitlink.org.cn/Ct201314/gitlink-deps
已在 Gitlink/gitlink-cli 上真实验证(解析 go.mod,识别 22 个依赖)。
GitLink 智能化服务开源贡献赛 子赛题二 参赛作品。