一键导入
depfresh
Use when auditing, planning, applying, or automating npm dependency updates with depfresh in repositories or CI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when auditing, planning, applying, or automating npm dependency updates with depfresh in repositories or CI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | depfresh |
| description | Use when auditing, planning, applying, or automating npm dependency updates with depfresh in repositories or CI. |
Use only the installed CLI, package exports, and shipped schemas. Never reproduce policy or write logic in automation.
depfresh capabilities --json. Validate it with
depfresh/schemas/capabilities-v2.json and use only advertised commands, schemas, selectors,
managers, phases, and grants.inspect --output json, then plan --output json. Exit 1 is a valid machine result with
findings; exit 2 is fatal. Neither command grants writes or process execution.Review the immutable plan's operations, skipped/blocked/unknown/error decisions, compatibility and trust signals, selection receipt, diagnostics, risks, required capabilities, manager evidence, and fingerprint. An unknown or warning is never success. Configuration can shape policy but cannot grant authority.
For a one-run exact scope, repeat --exclude-workspace <path> or --exclude-catalog <name> on
check/write or plan. Workspace exclusion leaves shared physical catalog owners eligible unless the
catalog is explicitly excluded. Missing targets are fatal; never turn them into no-op success.
Request only the flags required by the reviewed phases. Pass the unchanged plan to
apply --output json --write --plan-file .... Add --sync-lockfile, --install, --verify, or
--verify-artifacts only when that exact phase was planned and approved. Apply validates schema,
semantics, fingerprint, repository identity, target bytes, and invocation authority.
Treat apply exit 0 as locally applied or noop; inspect its operations, phases, recovery, and
observed files. Exit 1 is a schema-valid conflict/failure/unknown result. Exit 2 is fatal. On
stale or dirty evidence, preserve the result, inspect again, create a new plan, and re-review. Never
edit a plan to force it through.
Compare global work with a fresh observed inventory. Report local evidence separately from CI, provider, deployment, or production evidence. Never infer permission to stage, commit, push, open a PR, merge, tag, publish, or deploy.
Use recipes/manager-phases.md, recipes/ci.md, and the sanitized examples for complete flows.