upstream-sync

Fetch Zeus framework diffs and require user approval before applying updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill upstream-sync-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upstream-sync
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/upstream-sync
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill upstream-sync-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps Zeus aligned with the latest upstream framework changes by scanning remote repositories, summarizing impact, and preventing unintended updates.

Core Features & Use Cases

  • Fetches remote updates, diffs, and change categories for the Zeus framework.
  • Explains changes in plain English and asks for explicit user approval before applying.
  • Performs post-merge verification gates (install, audit, and tests) to ensure safety.

Quick Start

Approve the upstream summary when ready and run the check-upstream workflow to apply updates.

Frequently Asked Questions about upstream-sync

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

FAQPage Schema
How do I safely sync my local framework with remote upstream updates?

To safely sync upstream updates, this Skill fetches remote repository diffs, categorizes changes, and requires explicit user approval before applying them. It performs a post-merge verification gate running installs, audits, and tests to ensure framework stability.

What is the best way to automate daily git upstream syncs without breaking changes?

Automating daily git upstream syncs safely requires operating on cron schedules to catalog remote repository changes. It summarizes impact in plain English and proposes actions, preventing unintended updates by enforcing explicit approval before any merge occurs.

How does the post-merge verification gate work after applying upstream updates?

The post-merge verification gate works by running install, audit, and test workflows after upstream updates are applied. This ensures the local framework remains stable and functional immediately following the remote version-control sync process.

Can I review remote repository diffs before approving version-control updates?

Yes, you can review remote repository diffs before approving version-control updates. The Skill fetches the changes, categorizes them, and explains the impact in plain English, waiting for your explicit approval before applying any modifications to the framework.

Do I need to manually trigger cron schedules for upstream repository checks?

No, you do not need to manually trigger cron schedules for upstream repository checks. The Skill operates on automated daily cron schedules for routine scanning, but also supports on-demand inquiries whenever you want to manually check for remote framework updates.

Why should I use an approval workflow for git upstream syncs instead of auto-merging?

Using an approval workflow for git upstream syncs prevents unintended updates from breaking your environment. It fetches diffs, explains changes, and verifies safety post-merge, ensuring you maintain strict version-control integrity over automated remote framework modifications.