What problem does it solve? It brings SonarQube and SonarCloud code quality workflows directly into the agent session, so developers can check quality gates, triage issues, and analyze code before pushing without leaving their workflow or opening the SonarQube UI. ## Core Features & Use Cases - Quality Gate Monitoring: Check whether a project or pull request passes its quality gate before merging or deploying. - Issue Discovery and Triage: Search issues by project, severity, and pull request, then mark false positives or accepted debt with documented reasons. - Pre-Push Analysis: Run shift-left analysis on code snippets in 12 languages (Java, TypeScript, Python, Go, and more) before committing. - Rule Education: Retrieve full rule documentation with remediation guidance and compliant code examples. - Use Case: Before merging PR #234, ask the agent to check the quality gate for project backend-api; if it fails, the agent lists the blocking issues grouped by Security, Reliability, and Maintainability, and explains each unfamiliar rule. ## Quick Start Set the SONARQUBE_TOKEN and SONARQUBE_URL (or SONARQUBE_ORG for SonarCloud) environment variables with Docker running, then ask the agent to check the quality gate status for your project key.