What problem does it solve?
This Skill eliminates the guesswork of understanding why a specific code block was modified, solving the common frustration of encountering confusing or unexpected code with no clear context for its current form.
Core Features & Use Cases
- Latest Change Provenance: Traces the most recent commit that modified a specific file line range or pasted code snippet using git blame and deduplicated entire explain lookups.
- Checkpoint-Backed Context: Pulls associated agent session transcripts and checkpoints to explain the original problem, constraint, or decision that led to the code change.
- Fallback Analysis: Provides a clear explanation of what the current code does when checkpoint history is unavailable, explicitly labeled as non-provenance data.
- Use Case: For example, if you are confused about a 3-line rate-limiting block in your auth module, use this Skill to trace its last change, pull the original session context, and learn if it was added to fix a bug, handle an edge case, or meet a performance requirement.
Quick Start
Ask your agent "what happened here: [file-path]:[line-range]" to get a provenance-focused explanation of why a specific code block was last changed.