complexity
Installation
SKILL.md
Reduce Cognitive Complexity
Refactor functions to reduce cognitive complexity score while maintaining identical behavior.
Usage
/complexity [file:function]
Examples:
/complexity # Analyze current diff
/complexity services/analyst/core/query.py # Analyze specific file
/complexity query.py:process_result # Analyze specific function