概要
This skill integrates the rr record-replay tool into Claude Code, enabling developers and security researchers to perform non-flaky, 'time-travel' debugging of complex crashes. By recording program execution and replaying it deterministically, it allows the agent to step backward from a crash point to see exactly how memory became corrupted or where logic failed. It includes specialized workflows for standard crashes and AddressSanitizer (ASAN) faults, making it an essential tool for high-stakes software debugging and security research.