Dependency Audit Weekly
Weekly loop to check outdated dependencies, propose safe upgrades, and open a summary.
起動プロンプト
/loop 7d Start the "Dependency Audit Weekly" loop.
Goal: deliver a weekly dependency audit summary.
Between iterations run: npm outdated || true
Exit when: summary is posted with recommended upgrades.
Step 1: Run npm outdated, categorize updates, and propose a safe upgrade plan.基本情報
カテゴリ
メンテナンス
目標
deliver a weekly dependency audit summary.
検査コマンド
npm outdated || true
退出条件
summary is posted with recommended upgrades.
対応エージェント
Claude Code
手順
- 1
List outdated packages
Run npm outdated and summarize major vs patch updates.
npm outdated || true - 2
Propose upgrades
Recommend safe upgrades. Flag breaking changes and required code changes.
他のメンテナンスのループ
Docs Sync After Edits
After code changes, find affected docs and update README, API references, and inline comments to match.
Knip Until Clean
Find and remove dead exports, unused files, and orphan dependencies — loop until knip reports clean.
Security Audit Weekly
Weekly npm audit scan, triage vulnerabilities by severity, and propose or apply safe patches.
Dependency Upgrade One-by-One
Upgrade a single outdated package per iteration, fix breakages, and commit — safer than bulk npm update.