소개
The Pythonista Debugging skill equips Claude with a rigorous methodology for resolving Python errors, crashes, and unexpected behavior. It emphasizes deep root cause analysis over superficial fixes, guiding the AI to read stack traces accurately, create minimal reproduction scripts, and utilize professional debugging tools like pdb and git bisect. By explicitly forbidding common anti-patterns such as magic wrapper classes, unnecessary adapters, or excessive type ignores, this skill ensures your codebase remains maintainable and free of technical debt while solving even the most elusive software defects.