用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/leek/agent-skills --skill dependency-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run a bounded architectural refactor loop toward a stated design.
Drive an existing wayfinder map, spec, or set of tickets to completion through fresh top-level Claude Code, Codex, or Grok sessions.
Two-axis review of the diff since a fixed point: Standards (repo conventions) and Spec (ticket/PRD fidelity). Use when the user wants to review a branch, PR, WIP changes, or asks to "review since X".
基于 SOC 职业分类
正在显示 SKILL.md
| name | dependency-audit |
| description | Run a weekly dependency audit for Composer or npm projects and propose a safe upgrade plan. |
| disable-model-invocation | true |
Deliver a weekly dependency audit summary for the package manager this project uses.
Inspect the project root:
composer.json present → Composer (PHP)package.json present → npm (JavaScript / TypeScript)Kickoff prompt (harnesses that support scheduled loops):
/loop 7d Start the "Dependency Audit Weekly" loop.
Goal: deliver a weekly dependency audit summary.
Between iterations run the outdated command(s) for the detected manager(s).
Exit when: summary is posted with recommended upgrades.
composer outdated --direct || true
composer audit || true
npm outdated || true
npm audit || true
Run security audit when a lockfile makes the result meaningful (composer.lock, package-lock.json, or npm-shrinkwrap.json).
Summarize the result with:
composer.json / composer.lock, or package.json / lockfile, plus framework hints when relevant)Keep the report direct. Do not apply upgrades unless the user asks you to do the upgrade work.