qsd-update

Update local or global qsd npm installations and display the changelog.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-update
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-update
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the qsd installation up-to-date and informs you of changes before applying an update.

Core Features & Use Cases

  • Detects installed qsd versions (local and global) and checks for newer releases.
  • Fetches and displays changelog details to inform your update decision.
  • Executes a safe update flow with user confirmation, cache clearing, and a post-update restart reminder.

Quick Start

Run the update workflow to install the latest qsd and display the changelog.

Frequently Asked Questions about qsd-update

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

FAQPage Schema
How do I update my npm package to the latest version and view the changelog?

To update an npm package and view the changelog, this workflow detects installed versions, fetches release notes, requires confirmation, installs the update, and clears caches. It supports local and global npm installations.

What Node version is required to automate npm package updates?

Node 20 or newer is required to automate npm package updates. The update workflow needs Node 20+ and access to the npm registry to fetch versions, display changelogs, and clear caches.

Can I check for a newer npm release before applying the update?

Yes, you can check for a newer npm release before applying the update. The workflow detects installed versions, compares against the latest registry release, and displays the changelog to inform your decision.

How do I clear npm caches after a package installation?

Clearing npm caches after a package installation is handled automatically by the update workflow. After user confirmation and update execution, it clears caches and reminds you to restart.

Does the update workflow support both local and global npm installations?

Yes, the update workflow supports both local and global npm installations. It detects installed versions in both environments and checks the npm registry for newer releases.

Why do I need user confirmation during an npm version update?

User confirmation during an npm version update ensures a safe update flow. The workflow fetches and displays the changelog first, allowing you to review changes before approving the installation and cache clearing.