MCP.so
ログイン
メンテナンスinterval

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. 1

    List outdated packages

    Run npm outdated and summarize major vs patch updates.

    npm outdated || true
  2. 2

    Propose upgrades

    Recommend safe upgrades. Flag breaking changes and required code changes.

他のメンテナンスのループ