关于
The Review Maintainability skill automates the detection of technical debt by performing deep architectural audits of your codebase. It identifies 'Don't Repeat Yourself' (DRY) violations, flags unreachable or dead code, and pinpoints areas of high cyclomatic complexity that could hinder future development. By integrating into git workflows to analyze diffs between branches, it serves as an intelligent peer reviewer that helps developers maintain a clean, efficient, and standardized repository.