소개
This skill equips Claude with advanced diagnostic capabilities for Python development, focusing on structured logging, performance profiling, and interactive debugging techniques. It provides standardized patterns for JSON-based logging, memory and CPU usage analysis using tools like cProfile and line_profiler, and tactical debugging strategies using pdb/ipdb. By following these production-ready patterns, developers can identify bottlenecks, resolve complex bugs, and monitor application health with machine-readable diagnostics and rich context.