check-updates

Detect and apply ELIGIA stack updates with healthcheck rollback.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Wizarck/iguanatrader --skill check-updates-wizarck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-updates
Source: https://github.com/Wizarck/iguanatrader/tree/main/skills/check-updates
Command: npx skills add https://github.com/Wizarck/iguanatrader --skill check-updates-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when the user wants to check the ELIGIA stack for outdated components (Docker, Python, git repos, npm) and apply safe updates with healthcheck rollback.

Core Features & Use Cases

  • Checks Docker, Python, git repos, and npm for updates.
  • Applies updates with safe rollback using health checks.
  • Generates a concise update report.

Quick Start

Run the update checker to scan for outdated components and apply safe updates.

Frequently Asked Questions about check-updates

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

FAQPage Schema
How do I safely update Docker, Python, and npm stack components with rollback?

To safely update stack components, you need an automated checker that applies Docker, Python, and npm updates with health checks. This process runs health validations and automatically rolls back changes if the updated services fail, ensuring safe deployments.

What is a dry-run update for a software stack?

A dry-run update is a simulation that checks Docker, Python, and npm components for available updates without applying them. It generates a JSON report of outdated packages, allowing you to review changes before executing actual deployments.

Do I need a Bash environment to run automated stack updates?

Yes, you need a Bash environment to run automated stack updates. The update process requires Bash to execute the underlying Python script, which handles health checks and generates the JSON update report for your components.

Can I check git repositories for updates alongside npm and Docker packages?

Yes, you can check git repositories for updates alongside npm and Docker packages. The update checker scans across Docker, Python environments, npm packages, and Git repositories in development and production deployments to find outdated components.

Why does my stack update rollback automatically after applying changes?

Your stack update rolls back automatically because the update mechanism applies health checks after installing new versions. If the health check fails and services become unresponsive, the system reverts to the previous stable state.