What problem does it solve?
This Skill helps developers pinpoint the exact commit that introduced a bug or regression, and understand the historical context of code changes, enabling faster debugging and informed refactoring.
Core Features & Use Cases
- Regression Root Cause Analysis: Automatically identifies the specific commit that broke functionality using
git bisect.
- Code Archaeology: Traces the evolution of code over time to understand design decisions and historical context.
- Impact Analysis: Visualizes how code has changed and its potential ripple effects.
- Use Case: A critical feature suddenly stopped working after a recent deployment. Rewind can be used to quickly identify which commit caused the failure, saving hours of manual debugging.
Quick Start
Use the Rewind skill to find the commit that introduced the bug reported in ticket #123.