About
Provides a systematic methodology for debugging complex issues that are difficult to reproduce. This skill guides you to create a dedicated test script that interacts with the application's external interfaces (like a CLI or API) rather than its internal code. By following an iterative loop of adding extensive logs, running the script, and analyzing the output in a real environment (without mocks), you can effectively isolate and fix elusive bugs.