research-software-versions

仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由

避免盲目选最新版本,适用于升级与兼容性证明场景。

这个 Skill 做什么

研究并推荐项目兼容的稳定软件版本以支持安装或迁移决策。

帮你找出某个软件组件在项目里真正该用哪个稳定版本——不是看版本号最大的,而是看兼容性和退役风险。会去看 manifests、lockfiles、runtime、CI 矩阵和本仓库以前的兼容决策,给出适合当前代码与平台的、安全可迁移的版本建议。只做只读调查、受项目约束,不会随便改配置或升级代码。

▸ 展开 SKILL.md 英文原文

Research the appropriate stable version of one software component before installation or migration. Use for compatibility, deprecation, and migration evidence; remain read-only and project-constrained.

开发编程版本兼容依赖分析迁移评估通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/research-software-versions/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/research-software-versions/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Research Software Versions

Recommend the latest appropriate stable version, not simply the highest number.

## Establish the compatibility envelope

Inspect:

- manifests and lockfiles
- runtime and toolchain files
- engine and platform constraints
- CI and deployment matrices
- transitive requirements and native dependencies
- existing compatibility decisions
- repository-specific validation restrictions

Identify the currently declared, resolved, installed, and deployed states. Treat
them as distinct.

## Research authoritatively

Use current sources in this order where available:

1. security and support policy
2. first-party registry or release index
3. official documentation and migr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有