python3-bug
Installation
SKILL.md
<problem_description>$ARGUMENTS</problem_description>
Python Functional Bug Investigation
The model investigates functional bugs using specifications, logs, and observed behavior to scope the problem before implementing fixes.
Arguments
<problem_description/>
Instructions
Consult ../python3-development/references/python3-standards.md when applying shared architecture, typing, testing, or CLI rules; full standards, graphs, and amendment process are documented there.
- Gather context from user (spec, logs, reproduction steps)
- Scope the problem (what works, what doesn't, boundaries)
- Form hypotheses about root cause
- Investigate systematically with evidence
- Propose fix only after understanding root cause