fs-update

Automate npm dependency updates, security audits, and Docker or Actions checks.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/fergus/job-tracker --skill fs-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fs-update
Source: https://github.com/fergus/job-tracker/tree/main/.claude/skills/fs-update
Command: npx skills add https://github.com/fergus/job-tracker --skill fs-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check and update dependencies across a project, auto-apply safe patch-level npm upgrades, flag CVEs as high priority, prompt for decisions on minor/major/Docker/Actions changes, then commit and display a summary table.

Core Features & Use Cases

  • Auto-update: automatically applies safe patch-level npm upgrades in both server and client components.
  • CVEs & risk signaling: flags security vulnerabilities for prioritized handling and prompts for riskier changes.
  • End-to-end workflow: aggregates checks for npm packages, npm security, GitHub Actions workflows, and Docker images, then commits changes or creates todos.

Quick Start

Run the dependency update skill to automatically check and patch npm upgrades, surface CVEs, prompt for impactful changes, and report a summary.

Frequently Asked Questions about fs-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate npm dependency updates and patch security vulnerabilities?

To automate npm dependency updates, this Skill applies safe patch-level upgrades in server and client components, flags CVEs from npm security audits as high priority, and commits the changes while generating a summary report.

What is the best way to check for outdated npm packages and Docker image vulnerabilities?

Checking outdated npm packages and Docker vulnerabilities involves analyzing project dependencies, running npm audit, and inspecting Dockerfiles and docker-compose.yml files to surface CVEs and flag required updates.

How do I manage GitHub Actions workflow updates alongside npm packages?

Managing GitHub Actions workflow updates alongside npm packages is handled by inspecting workflow files, applying safe npm patches automatically, and prompting for decisions on Actions changes before committing all updates.

Can I automatically apply patch-level npm upgrades without manual review?

Yes, you can automatically apply patch-level npm upgrades without manual review. The Skill auto-applies safe patch updates to npm packages and only prompts for decisions on minor, major, Docker, or GitHub Actions changes.

What does an automated dependency health check do with major version changes?

An automated dependency health check flags major version changes for manual review. Instead of auto-applying major updates, it prompts for decisions and creates TODO items per policy to ensure project stability.