What problem does it solve?
This Skill moves Git commits between BladeX repositories without losing intent, even when the source and target projects use different module layouts or package paths. It helps teams migrate upstream changes, mirror fixes, and keep boot, cloud, and links codebases aligned.
Core Features & Use Cases
- Commit-by-commit synchronization: Replays source history one commit at a time so each change stays reviewable and traceable.
- Heterogeneous adaptation: Adjusts file paths, package names, and imports when syncing between Boot, Cloud, and Links structures.
- Safety and review gates: Enforces commit-only operations, blocks dangerous Git actions, and pauses for user confirmation after each change set.
- Use cases: Mirror a fix from one BladeX project to another, adapt official upstream updates into a customized fork, or compare and sync multiple commits in sequence.
Quick Start
Ask the blade-sync skill to synchronize the selected commit range from the source repository to the target repository, and tell it whether to use mirror mode or adapt mode.