Skills Development Python Stack Trace Analysis Probe

Python Stack Trace Analysis Probe

v20260803
stack-trace-python-probe
An internal utility designed for deep analysis of Python tracebacks. It performs Python-specific root-cause checks, provides guidance for minimal reproducible examples using pytest, and identifies precise targets for implementing defensive coding practices (like guard clauses or schema validation). Ideal for advanced debugging scenarios.
Get Skill
184 downloads
Overview

Stack Trace Python Probe

Return only:

LANGUAGE_PROBE: python
CHECKS:
  - <exception contract or missing-key/None-handling check>
  - <import/module/package boundary check if relevant>
REPRODUCER:
  - <minimal pytest or python -c reproduction command/snippet>
PATCH_TARGETS:
  - <guard clause / TypedDict / pydantic/schema validation / exception wrapping target>
VERIFY:
  - <targeted pytest command or python syntax/import check>

Prefer pytest -k <symbol> and python -m pytest <path> shapes. Do not recommend destructive commands.

Info
Category Development
Name stack-trace-python-probe
Version v20260803
Size 1.05KB
Updated At 2026-08-04
Language