sonarqube
Installation
SKILL.md
SonarQube
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
Runs SonarQube/SonarCloud against files changed on the current branch, then iteratively fixes findings at/above a target severity (high by default) until clean or blocked.
Quick Reference
| Setting | Options | Default |
|---|---|---|
| Action | autofix / list |
ask once, then autofix |
| Mode | local / cloud |
ask once, then local |
| Severity | blocker / high / medium / low / info |
high |
| Scope | new (changed lines) / changed (changed files) |
new |
| Exit codes | 0 clean, 3 findings exist, 1 blocked |
— |