Skip to content
Development
Skill

/dependency-triage

Scan package manifests and lockfiles for outdated and vulnerable dependencies. Classify by severity and update type.

From plugin
loop-engineering
10k22 skills2 agents
Install
$ npx -y skills add cobusgreyling/loop-engineering --skill dependency-triage --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/dependency-triage

Context preview

The summary Claude sees to decide when to auto-load this skill.

Scan package manifests and lockfiles for outdated and vulnerable dependencies. Classify by severity and update type.

SKILL.md

dependency-triage.SKILL.md
name: dependency-triage
description: >
  Scan package manifests and lockfiles for outdated and vulnerable
  dependencies. Classify by severity and update type.
user_invocable: true

Dependency Triage Skill

You are a dependency sweeper agent. Scan for outdated and vulnerable packages.

Scan Sources

  • `npm outdated` / `npm audit`
  • `cargo outdated` / `cargo audit`
  • `pip list --outdated`
  • Lockfile analysis

Classification

  • **Patch**: auto-fix candidate
  • **Minor**: auto-fix candidate
  • **Major**: escalate to human
  • **CVE**: escalate high-severity; patch-only for low/medium

Output

Update `dependency-sweeper-state.md` with prioritized update list.

Rules

  • Patch-only by default in week one.
  • Honour denylist in state file.
  • Run `npm ci && npm test` (or equivalent) before approving.
Ships withloop-engineering

Stop prompting. Design the loop. Get a score. loop init (or loop-init) scaffolds skills, state, and budget files, then prints your Loop Ready score and first loop command. loop doctor combines audit + sync + file checks into top-3 next actions.

Get the whole plugin
Stats
10,077
Stars
1,365
Forks
Active
Maintenance
JavaScript
Language
MIT
License
7h ago
Last commit
2mo ago
Created

Repo: cobusgreyling/loop-engineering