Skip to content
Productivity
Skill

/dependency-check

Audit dependencies for updates and vulnerabilities

From plugin
cowork-os
421154 skills
Install
$ npx -y skills add CoWork-OS/CoWork-OS --skill dependency-check --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-check

Context preview

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

Audit dependencies for updates and vulnerabilities

SKILL.md

dependency-check.SKILL.md
name: dependency-check
description: "Audit dependencies for updates and vulnerabilities"

Dependency Check

Purpose

Audit dependencies for updates and vulnerabilities

Routing

  • Use when: Use when requested to inspect dependency freshness, vulnerabilities, or deprecated packages.
  • Do not use when: Don't use for single-file code changes without project dependency context.
  • Outputs: Dependency audit table with stale versions, risk flags, and safe upgrade notes.
  • Success criteria: Identifies package manager, flags vulnerability and deprecation signals, and gives practical upgrade sequencing.

Trigger Examples

Positive

  • Use the dependency-check skill for this request.
  • Help me with dependency check.
  • Use when requested to inspect dependency freshness, vulnerabilities, or deprecated packages.
  • Dependency Check: provide an actionable result.

Negative

  • Don't use for single-file code changes without project dependency context.
  • Do not use dependency-check for unrelated requests.
  • This request is outside dependency check scope.
  • This is conceptual discussion only; no tool workflow is needed.

Runtime Prompt

  • Current runtime prompt length: 501 characters.
  • Runtime prompt is defined directly in `../dependency-check.json`.
Ships withcowork-os

Local-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.

Get the whole plugin