rawgentic:update-deps

Automate the 12-step dependency update workflow with test verification and rollback readiness.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-update-deps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rawgentic:update-deps
Source: https://github.com/3D-Stories/rawgentic/tree/main/skills/update-deps
Command: npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-update-deps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and risky process of updating project dependencies, ensuring security, stability, and adherence to best practices.

Core Features & Use Cases

  • Automated Dependency Auditing: Identifies vulnerabilities and available updates across various package managers.
  • Incremental Updates: Applies changes step-by-step with rigorous testing and verification.
  • Security Prioritization: Ensures critical security patches are applied first.
  • Rollback Readiness: Maintains a clear strategy for reverting changes if issues arise.
  • Use Case: Automatically update all project dependencies, starting with security patches, running CI checks, and preparing a pull request for review.

Quick Start

Use the update-deps skill to update all project dependencies.

Frequently Asked Questions about rawgentic:update-deps

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

FAQPage Schema
How do I automate npm and pip dependency updates safely?

Automated dependency updates apply security patches and version increments step-by-step across npm, pip, and other package managers, running test verification and rollback checks before generating a pull request.

What is the best way to prioritize security patches when updating dependencies?

Security prioritization during dependency updates ensures critical vulnerability patches are identified and applied first, followed by incremental version updates with CI checks and rollback readiness.

How does the incremental dependency update workflow handle rollback?

The incremental dependency update workflow maintains rollback readiness by applying changes step-by-step with rigorous testing and verification, ensuring a clear strategy exists to revert if issues arise.

Do I need a configuration file to automate dependency updates for my project?

Yes, project configuration via a .rawgentic.json file is required to define scope, tech stack, and infrastructure details before automating the 12-step dependency update workflow.

Can I generate pull requests automatically after updating project dependencies?

Yes, the dependency update workflow audits for vulnerabilities, applies incremental updates with test verification, and automatically generates pull requests for review upon completion.

What package managers are supported for automated dependency auditing?

Automated dependency auditing manages updates across multiple package managers including npm and pip, identifying vulnerabilities and available updates within the configured project scope.