What problem does it solve?
This skill resolves the friction of managing dirty Git working trees, ensuring your local branch is perfectly aligned with the remote origin without losing work or risking accidental data loss.
Core Features & Use Cases
- Safe Synchronization: Automatically fetches and merges or rebases your branch based on the repository's specific policies.
- Intelligent Cleanup: Provides a guided workflow to either commit local changes or discard them, with explicit confirmation steps to prevent accidental deletion.
- Use Case: Use this when you have finished a task and want to ensure your local branch is clean, synchronized with the latest remote changes, and ready for a new feature without manual command-line juggling.
Quick Start
Ask the assistant to run the repo-clean skill to synchronize your current branch with the remote origin and clean up any pending changes.