SonarQube MCP Integration Leverage SonarQube and SonarCloud capabilities directly through the Model Context Protocol (MCP) server to enforce code quality, discover issues, and run pre-push analysis inside the agent workflow. Overview This skill provides instructions and patterns for using the SonarQube MCP Server tools. It enables automated workflows for: - Checking quality gate status before merges or deployments - Discovering and triaging issues by severity and project - Analyzing code snippets locally before committing (shift-left) - Understanding SonarQube rules with full documentation Wh…