audit-project-updates

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

适合定期评估项目新鲜度与兼容性的审计场景

这个 Skill 做什么

只读审计代码库,生成依赖、运行时、CI、容器和上游更新报告

以只读方式审计项目里实际用到的依赖、运行时、工具链、CI、容器和上游仓库更新,输出基于证据的更新与风险报告但不做任何修改。用于例行健康检查或在准备升级前评估项目新旧程度和潜在问题。特点是只列出项目真正用到的 manifest/lockfile/CI 流程等项,给出可操作的发现与优先级建议。

▸ 展开 SKILL.md 英文原文

Audit a project read-only for dependency, runtime, toolchain, CI, container, platform API, security, and declared upstream-repository updates. Use for freshness or enhancement checks; never apply updates.

开发编程依赖审计CI/CD容器通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/audit-project-updates/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ImYourBoyRoy/agent-continuity-stack/main/skills/audit-project-updates/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Audit Project Updates

Produce an evidence-backed update report without changing the project.

## Establish scope

1. Resolve the repository or workspace root and read applicable instructions.
2. Inspect Git status without requiring a clean worktree.
3. Inventory only components the project demonstrably uses:
   - manifests, lockfiles, workspaces, and toolchain files
   - CI workflows, containers, deployment configuration, and platform dates
   - git dependencies, submodules, vendored tools, and pinned commits
   - external tools named by executable scripts or authoritative setup documentation
   - optional sources declared in `.update-check.yml`, `.yaml`, or `.json`
4. Do not treat arbitr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有