What problem does it solve?
This skill provides a safe, end-to-end workflow to bring upstream NinjaClaw updates into a customized install, preserving local changes while applying improvements from the main project.
Core Features & Use Cases
- Preflight safety checks: verifies a clean working tree and the presence of an upstream remote, then creates a rollback point before any changes.
- Backup & rollback: creates a timestamped backup branch and tag to enable a fast recovery if needed.
- Preview & strategy selection: shows upstream changes since the base, categorizes impacted files, and supports merge, cherry-pick, or rebase workflows with conflict preview.
- Validation & breaking changes: validates the update with tests/builds and surfaces breaking changes with optional migration steps.
- Skill-aware updates: after applying updates, checks for related skill migrations and upstream skill updates.
Quick Start
Invoke the /update-NinjaClaw command in Copilot to start the update workflow.