SonarQube Cognitive Complexity Reduction
Installation
SKILL.md
SonarQube Cognitive Complexity Reduction
Purpose
Use this skill to reduce cognitive complexity without ornamental refactors.
The goal is to simplify control flow while preserving behavior and readability.
The core rule is simple:
Simplify the logic without hiding the intent.
When to Use
Use this skill when: