Skip to content

Releases: SonarSource/sonarqube-agent-plugins

Release list

2.0.0

Choose a tag to compare

@sophio-japharidze-sonarsource sophio-japharidze-sonarsource released this 07 May 15:02
Immutable release. Only release title and notes can be modified.

SonarQube agent integrations: connect your AI coding agent to SonarQube CLI and the SonarQube MCP Server for issue detection, quality gates, coverage, duplications, and dependency risks.

Prerequisites

  • SonarQube CLI (sonar) installed and authenticated (sonar auth login) — required to run the SonarQube MCP Server & fully benefit from the skills.

Supported agents

  • Claude Code
  • GitHub Copilot CLI
  • Cursor
  • Codex CLI
  • Gemini CLI
  • Kiro

Included skills

  • sonar-integrate — install CLI, authenticate, and wire up MCP + hooks
  • sonar-list-projects — list SonarQube projects
  • sonar-list-issues — search and filter issues by project, branch, or PR
  • sonar-fix-issue — fix a specific issue by rule key and location
  • sonar-quality-gate — show quality gate status with per-condition detail
  • sonar-analyze — analyze a file or snippet for quality and security issues
  • sonar-coverage — find files with low coverage and inspect uncovered lines
  • sonar-duplication — find duplicated files and inspect duplication blocks
  • sonar-dependency-risks — search SCA dependency risks