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
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use refactor-import-hygiene