关于
The Quality & Complexity Check skill empowers Claude to perform automated static analysis on Python and Mojo codebases. By measuring cyclomatic complexity, nesting depth, and function length, it identifies 'code smells' and overly complex logic that may be difficult to maintain or test. This skill provides actionable feedback during code reviews, helping developers flatten nested structures, extract modular functions, and ensure the project adheres to strict quality thresholds before major releases.