chaingpt-update

Detect, review, and apply remote updates to the ChainGPT skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The update manager ensures ChainGPT Skill stays current by automatically detecting, informing, and applying remote updates, reducing drift and manual maintenance.

Core Features & Use Cases

  • Check current version from VERSION file, fetch remote changes, show changelog, and apply updates on confirmation.
  • Handle version comparisons, provide non-destructive updates, and remind about MCP server rebuild after updates.

Quick Start

Run the chaingpt-update command to check for updates, review the changelog, and apply the latest changes.

Frequently Asked Questions about chaingpt-update

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

FAQPage Schema
How do I apply remote updates to a local Git repository skill?

To apply remote updates, run the update command to fetch changes from origin, review the presented changelog, and confirm application. This non-destructive process checks the VERSION file and pulls remote main updates upon your confirmation.

Why do I need a VERSION file for detecting skill updates?

A VERSION file is required for detecting skill updates because the update manager reads it to determine your current local state. It compares this version against the remote main branch to identify if any new changes are available to pull.

Can I review a changelog before applying changes to my local skill?

You can review a changelog before applying changes to your local skill. The update mechanism fetches remote changes, displays the differences, and waits for your explicit confirmation before modifying your local files.

Do I need to rebuild the MCP server after applying skill updates?

You need to rebuild the MCP server after applying skill updates. The update manager explicitly reminds you to execute a rebuild to ensure the server environment matches the newly pulled code and maintains operational stability.

What are the prerequisites for automating version control updates?

Prerequisites for automating version control updates include a properly configured Git repository setup, remote access to the origin repository, and proper permissions to pull updates. Without these, the automated fetch and apply process will fail.

Does the update manager modify local files without confirmation?

The update manager does not modify local files without confirmation. It provides non-destructive updates by presenting the changelog first and only applies the remote changes to your local skill after you explicitly approve them.