gh:update

Compare installed GaleHarnessCLI plugin version against upstream plugin.json on main.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill gh-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh:update
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/plugins/galeharness-cli/skills/gh-update
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill gh-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locally installed GaleHarnessCLI plugins can drift from the upstream version, causing stale behavior; this skill detects a mismatch and guides an update.

Core Features & Use Cases

  • Verify the installed GaleHarnessCLI plugin version against the upstream version in plugin.json on main.
  • Recommend the correct update command when the local and upstream versions differ.
  • Clarify that the update affects only the plugin cache in Claude Code; to update the CLI binary, run gale-harness update from the terminal.

Quick Start

Ask Claude Code to verify your GaleHarnessCLI plugin version against the upstream and follow the recommended update command if it is out of date.

Frequently Asked Questions about gh:update

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

FAQPage Schema
How do I check if the GaleHarnessCLI plugin is up to date in Claude Code?

You can check your GaleHarnessCLI plugin version by asking Claude Code to compare your locally installed plugin cache against the upstream version specified in plugin.json on the main branch.

Why does the GaleHarnessCLI plugin show stale behavior after updating?

Stale GaleHarnessCLI plugin behavior occurs when the local cache drifts from the upstream version. Updating the plugin cache separately from the CLI binary resolves this version mismatch.

How do I update the GaleHarnessCLI CLI binary separately from the plugin cache?

To update the GaleHarnessCLI CLI binary, run the `gale-harness update` command from your terminal. This binary update is separate from the Claude Code plugin cache update process.

What command updates the GaleHarnessCLI plugin cache inside Claude Code?

To update the GaleHarnessCLI plugin cache inside Claude Code, run the `update gale harness` command within your Claude Code session. This action applies only to the plugin cache.

When do I need to verify the GaleHarnessCLI plugin version?

You need to verify the GaleHarnessCLI plugin version when you suspect a stale plugin is causing incorrect behavior. Running a version check identifies if the local cache has drifted from the upstream plugin.json.