关于
The Code Health Auditor skill provides a comprehensive suite of tools for auditing the quality and maintainability of a software project. By utilizing AST-based parsing and language-specific checks for Python, Go, and JavaScript/TypeScript, it automatically detects architectural issues such as overly large files, duplicate logic, dead code, and undocumented exports. It is particularly useful for developers performing code reviews, planning refactoring sprints, or onboarding onto legacy codebases where understanding technical debt and code churn is critical for progress.