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
Actualizado 1/13/2026
Estrellas
6
Forks
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.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use refactor-import-hygiene