MCP.so
Sign In
Maintenanceinterval

Dependency Audit Weekly

Weekly loop to check outdated dependencies, propose safe upgrades, and open a summary.

Kickoff prompt

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

Basic information

Category

Maintenance

Goal

deliver a weekly dependency audit summary.

Check command

npm outdated || true

Exit when

summary is posted with recommended upgrades.

Supported agents

Claude Code

Steps

  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.

More Maintenance loops