What problem does it solve?
This skill prevents the common issue where pull requests become cluttered or difficult to manage due to the constant drift of the upstream base branch, ensuring that your review environment remains stable and predictable.
Core Features & Use Cases
- Snapshot Isolation: Creates a frozen snapshot of the upstream branch at the moment of PR creation, allowing work to proceed against a fixed point in time.
- Atomic Rebase Management: Automatically updates both the base and head branches during rebase operations to maintain consistency.
- Use Case: When working on a long-running feature in a fork, use this skill to ensure your PR remains focused on your specific changes rather than being affected by unrelated commits landing in the upstream repository.
Quick Start
Instruct the garden to initialize a frozen base branch for the current pull request to isolate it from upstream changes.