apply-project-updates
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
强调可逆小批量更新,适合降低升级破坏性风险的场景。
▸ 风险提示
会修改依赖或 CI 配置,需变更审查与相应权限控制。
这个 Skill 做什么
按授权批次安全应用依赖、运行时或工具链更新并保留可回滚路径。
在得到授权后分批安全地应用依赖、运行时、工具链、CI 或容器更新,并保证每次改动都有明确的回滚路径,不做盲目全量升级。在已选定目标版本并具备兼容性和迁移证据时使用。要求精确的组件与版本、验证命令和变更授权,保证每一步都可回退且有验证手段。
▸ 展开 SKILL.md 英文原文
Apply an authorized dependency, runtime, toolchain, CI, container, SDK, or tracked-tool update in reversible batches. Use after targets are selected; do not audit broadly or upgrade everything automatically.
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/apply-project-updates/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/apply-project-updates/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Apply Project Updates Implement only the approved update set and preserve a defensible rollback path. ## Confirm the selected batch Require: - exact components or an explicitly selected audit batch - target versions, tags, or immutable commits when known - compatibility and migration evidence - repository-approved validation commands - authorization for manifest, lockfile, toolchain, or infrastructure changes If the request says only “update everything,” run or request a bounded audit before mutation. Do not silently choose every available major version. ## Capture the baseline 1. Resolve the repository and applicable instructions. 2. Inspect Git status and preserve unrelated work.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有