gbrain-upgrade

Detect available gbrain upgrades and apply configured self-upgrade modes.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Sigmacodeat/subsumio-web --skill gbrain-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gbrain-upgrade
Source: https://github.com/Sigmacodeat/subsumio-web/tree/main/server/skills/gbrain-upgrade
Command: npx skills add https://github.com/Sigmacodeat/subsumio-web --skill gbrain-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents outdated gbrain installations from interrupting workflows by detecting available upgrades and applying the correct update process safely.

Core Features & Use Cases

  • Upgrade Detection: Handles UPGRADE_AVAILABLE markers and explicit update checks to determine when a new gbrain version is available.
  • Safe Upgrade Management: Applies configured self-upgrade behavior with notify, auto, or disabled modes while preventing execution of untrusted commands.
  • Operator Workflow Support: Provides confirmation prompts, changelog summaries, snoozing, and final status reporting for interactive maintenance scenarios.

Quick Start

Use the gbrain-upgrade skill to check whether gbrain needs updating and follow the configured upgrade policy.

Frequently Asked Questions about gbrain-upgrade

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

FAQPage Schema
How do I safely upgrade my gbrain installation to a newer version?

To safely upgrade gbrain, use the gbrain-upgrade skill to detect available updates via UPGRADE_AVAILABLE markers and apply the correct process while preserving safe upgrade controls and preventing untrusted command execution.

What is a self-upgrade check and how does it work for gbrain maintenance?

A self-upgrade check for gbrain maintenance evaluates configured self_upgrade modes—notify, auto, or disabled—to determine whether newer versions are available, applying validated upgrade actions and protected handling of update markers.

Can I automate gbrain environment updates without operator confirmation?

Yes, you can automate gbrain environment updates by configuring the self_upgrade mode to auto, which applies validated upgrade actions directly without requiring interactive operator confirmation prompts or changelog summaries.

Does gbrain-upgrade support interactive maintenance workflows with snoozing?

Yes, gbrain-upgrade supports interactive operator maintenance workflows by providing confirmation prompts, changelog summaries, snoozing capabilities, and final status reporting for manual update scenarios.

Why does my gbrain version management process prevent execution of untrusted commands?

Gbrain version management prevents execution of untrusted commands during upgrades to ensure safe update handling, requiring validated upgrade actions and protected processing of update markers to maintain environment security.