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.
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