What problem does it solve?
It helps teams diagnose and resolve SonarCloud or SonarQube quality gate failures by turning security, reliability, and maintainability findings into concrete remediation steps.
Core Features & Use Cases
- Quality gate status triage: Quickly determine whether a project/PR is passing and which conditions are failing.
- Find-and-fix security & reliability issues: Enumerate open vulnerabilities, bugs, hotspots, and code smells, then drive decisions to SAFE/FIXED/WONTFIX.
- Duplication and coverage improvement: Identify top duplication offenders and worst coverage gaps to guide targeted refactors and tests.
- Use Case: When a PR is blocked by “quality gate failed,” use this Skill to list the highest-severity issues and hotspots, review the risky lines, fix what’s actionable, and document legitimate decisions so the gate moves to grade “A.”
Quick Start
Run the SonarQube scripts to fetch the current quality gate status, then list open bugs, vulnerabilities, hotspots, duplication, and coverage so you can fix the root causes that block the gate.