gpd-update

Update GPD installations after version checks and user confirmation.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/MichaelsEngineering/get-physics-done-test --skill gpd-update-michaelsengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-update
Source: https://github.com/MichaelsEngineering/get-physics-done-test/tree/main/.agents/skills/gpd-update
Command: npx skills add https://github.com/MichaelsEngineering/get-physics-done-test --skill gpd-update-michaelsengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Get Physics Done up-to-date by automating version checks, changelog retrieval, and safe reinstall workflows, reducing manual update friction and risk.

Core Features & Use Cases

  • Version detection for local and global installations
  • Changelog fetch and preview prior to update
  • User-confirmation driven, safe reinstall with cache cleanup
  • Works with both local and global runtime scopes and handles patch metadata

Quick Start

Initiate the update flow to check for newer GPD releases and apply the upgrade after confirmation.

Frequently Asked Questions about gpd-update

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

FAQPage Schema
How do I update GPD to the latest version and view its changelog?

To update GPD to the latest version, the workflow inspects your installation metadata, queries the npm registry for new releases, fetches the changelog, and prompts for confirmation before reinstalling.

Can I reinstall GPD globally and locally using this update workflow?

Yes, you can reinstall GPD globally and locally. The workflow applies to both installation scopes, checking versions and performing safe reinstalls with cache cleanup for each environment.

Does the GPD update process clear npm caches after reinstalling?

Yes, the GPD update process clears update caches. After running the user-confirmation driven reinstall, the workflow automatically handles cache cleanup to reduce update friction and risk.

What is the safest way to automate npm package updates with changelog previews?

The safest way to automate npm package updates is using a workflow that fetches release notes, prompts for user confirmation, runs the update, and clears caches to ensure a safe reinstall.

How do I check my current GPD installation metadata before running an update?

The update workflow checks your current GPD installation metadata automatically by inspecting your environment before querying the npm registry to find the latest available version.