jongio/skills

← All skills

deps-doctor preview

deps-doctor

Audit, update, and secure dependencies across every package manager in a repo, without ever opening an empty dependency pull request.

Use when: When dependencies are outdated, a CVE needs remediating, a package graph has unused or undeclared entries, a major bump needs a forward compatibility fix, or a supply-chain review is due before adopting a release.

Source & README

Install

Ask your agent

install deps-doctor from jongio/skills

Install for GitHub Copilot

npx skills add jongio/skills --skill deps-doctor -g --agent github-copilot

Install from the plugin marketplace

copilot plugin marketplace add jongio/skills && copilot plugin install deps-doctor@jongio-skills

Then reload with /skills reload or start a new session.

What it does

deps-doctor finds every dependency surface in a repository, brings it current, and treats a dependency update as a supply-chain decision rather than a version bump.

Use it

/deps-doctor
Update dependencies and fix security patches
Audit outdated and unused packages
Remediate the CVEs in this repo

Every git and GitHub write waits for explicit approval, and the concrete change list is presented first so there is something real to approve.