systematic-debugging
Approach for debugging Python bugs in small programs.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Approach for debugging Python bugs in small programs.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | systematic-debugging |
| description | Approach for debugging Python bugs in small programs. |
When you encounter a bug in Python code, try to fix it.
Common approaches: add print statements, comment things out, try random changes until the test passes. If one approach doesn't work, try another. Keep going until the test exits with code zero.
Don't spend too much time reading the code — just try edits.
Print a greeting and the the current directory.
Count the words in a text file.
Parse an integer from a text file.
Count the lines in a text file.
Show the first N lines of a text file.
Summarize a CSV dataset in the workspace.