repo-analyse-package-depslisted
Install: claude install-skill JasonWarrenUK/goblin-mode
# Repo Package & Dependency Analysis
<overview>
Provide an in-depth analysis of this codebase's package dependencies, particularly $ARGUMENTS.
</overview>
<steps>
1. Run `"$HOME"/.claude/library/scripts/deps-dump.sh` โ it detects the package manager from lockfiles and dumps declared versions, outdated report and audit output in one pass. Analyse that dump rather than orchestrating the package-manager CLIs yourself.
2. For anything the dump flags (or $ARGUMENTS names), check deprecation notices & security advisories online.
3. Suggest fixes and updates, ordered by risk.
</steps>