@ahupp
ahuppapm::@ahupp
python-monitoring-trace
skillUse when you need a detailed execution trace of a Python script using sys.monitoring, including logging every operation with include/exclude event controls.
python-debug
skillUse when you need to inspect detailed execution flow of a Python program, stepping through functions and inspecting variable contents with pdb. Triggers include requests to debug Python scripts, trace execution, or inspect runtime state using the pdb debugger.
fix-test-case
skillFix a specific failing test case in this repo by identifying the root cause, adding a minimal repro under tests/, explaining the cause, applying a targeted fix, re-running the test, and reporting any new failures uncovered.
run-cpython-tests
skillRun the CPython regression test suite and generate structured summaries of the failures