infra-update

Automate infra-audit skill upgrades across CLAUDE/OpenCode installations with npm validation.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-update
Source: https://github.com/vossiman/python-infra-audit-cc/tree/main/skills/infra-update
Command: npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the infra-audit skill up to date by guiding version checks and upgrades when new releases are available.

Core Features & Use Cases

  • Validate the installed version against the latest release and npm data to prevent drift.
  • Retrieve and present a changelog, then perform a scoped upgrade using either local or global CLAUDE/OpenCode contexts.
  • Preserve audit history and cache state, ensuring updates do not disrupt existing configurations.

Quick Start

Run the update workflow to upgrade to the latest version for your local or global Claude installation.

Frequently Asked Questions about infra-update

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

FAQPage Schema
How do I upgrade the infra-audit skill to the latest npm version?

Check the installed infra-audit skill version by validating local or global VERSION files during the update workflow, which compares your current release against the latest available npm package before applying any upgrade flags.

Can I update my skill installation for both local and global Claude setups?

Yes, the update workflow supports both local and global CLAUDE or OpenCode installations, detecting the correct context and applying scoped upgrades to ensure the infra-audit skill is updated across your configured environments.

Does upgrading the infra-audit skill delete my existing audit history and cache?

Updating the infra-audit skill preserves your existing audit history and configuration state, while clearing the update cache to ensure a clean version check and preventing disruptions to your current setup.

What is the best way to check the changelog before updating my skill?

Retrieve the changelog through the update workflow, which queries npm for the latest release notes and presents them before performing a scoped upgrade, allowing you to review changes for the infra-audit skill before committing.