What problem does it solve? SonarCloud findings pile up across issues and security hotspots, and manually navigating the dashboard to triage, understand rules, and apply fixes is slow. This Skill connects directly to SonarCloud through SonarQube MCP servers so you can query, triage, and remediate findings without leaving your workspace. ## Core Features & Use Cases - Issue and Hotspot Triage: List open issues by severity and security hotspots by vulnerability probability, or run a combined triage dashboard for weekly hygiene reviews. - Automated Fixing: Fetch rule remediation guidance via show_rule and apply fixes file-by-file, including taint-analysis rules where the fix belongs at the untrusted source boundary. - Setup Diagnostics: Run a full check mode that validates MCP container connectivity, cross-checks project keys across sonar-project.properties, .sonarlint/connectedMode.json, and VS Code settings, and verifies analysis freshness. - Use Case: Your quality gate fails on a PR. Run the skill to see which conditions failed, list the BLOCKER issues, get remediation guidance for each rule, and apply fixes before pushing again. ## Quick Start Ask the assistant to show the SonarCloud quality gate status and top open issues for the current project.