home/categories/code-quality/jordangunn-skills-skills-refactor-import-hygiene-skill-md
code-qualitytesting-security

refactor-import-hygiene

Audit Python imports to preserve semantic context and prevent shadowing after refactors. Prefer namespace-first imports over direct symbol imports for generic identifiers.

JordanGunn
maintainer
JordanGunn
آخر تحديث 1/13/2026
النجوم
6
التفرعات
1
quick start

Installation and usage

Audit Python imports to preserve semantic context and prevent shadowing after refactors. Prefer namespace-first imports over direct symbol imports for generic identifiers.

التثبيت
$ install --globalskills.sh
الاستخدام

بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:

skills use refactor-import-hygiene