Official skills publisher Verified Skillscout rank 90

Sonar

Sonar publishes official AI agent skills for its tools, services, and developer workflows. The home of integrated code quality and code security.

Browse 18 official AI agent skills across 3 Sonar repositories, with install commands and source links.

18 Skills
3 Repositories
61 Installs
98 GitHub stars

Install

Add Sonar skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/sonarsource/sonarsource_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Sonar skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

3 official repositories

Sonarqube Agent Plugins

sonarsource/sonarqube-agent-plugins

SonarQube Plugin for AI Agents. Includes 9 official skills: sonar-analyze, sonar-coverage, sonar-dependency-risks, sonar-duplication, sonar-fix-issue, sonar-integrate.

9 skills 61 installs 97 stars
npx skills add sonarsource/sonarqube-agent-plugins -y

Sonarqube Gh Agent Apps Plugin

sonarsource/sonarqube-gh-agent-apps-plugin

Includes 8 official skills: sonar-analyze, sonar-coverage, sonar-dependency-risks, sonar-duplication, sonar-fix-issue, sonar-list-issues.

8 skills 0 installs 1 stars
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin -y

Monorepo Project Provisioning

sonarsource/monorepo-project-provisioning

Includes 1 official skill: detect-monorepo-projects-skill.

1 skill 0 installs 0 stars
npx skills add sonarsource/monorepo-project-provisioning -y

18 skills

sonarsource/sonarqube-agent-plugins 9 skills

sonar-analyze

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-coverage

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-dependency-risks

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-duplication

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-fix-issue

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-integrate

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-quality-gate

sonarsource/sonarqube-agent-plugins 7 installs
View source

sonar-list-issues

sonarsource/sonarqube-agent-plugins 6 installs
View source

sonar-list-projects

sonarsource/sonarqube-agent-plugins 6 installs
View source
sonarsource/sonarqube-gh-agent-apps-plugin 8 skills

sonar-analyze

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-coverage

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-dependency-risks

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-duplication

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-fix-issue

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-list-issues

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-list-projects

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source

sonar-quality-gate

sonarsource/sonarqube-gh-agent-apps-plugin 0 installs
View source
sonarsource/monorepo-project-provisioning 1 skill

detect-monorepo-projects-skill

sonarsource/monorepo-project-provisioning 0 installs
View source

Repository documentation

sonarsource/sonarqube-agent-plugins package overview

sonarsource/sonarqube-agent-plugins/README.md View on GitHub

sonarsource/sonarqube-agent-plugins

SonarQube Plugin for AI Agents. Includes 9 official skills: sonar-analyze, sonar-coverage, sonar-dependency-risks, sonar-duplication, sonar-fix-issue, sonar-integrate.

Top skills in this package

sonar-analyzeOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-coverageOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-dependency-risksOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-duplicationOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-fix-issueOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-integrateOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-quality-gateOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.
sonar-list-issuesOfficial Sonar skill from sonarsource/sonarqube-agent-plugins.

Install

Install the full package:

npx skills add sonarsource/sonarqube-agent-plugins -y

Install a specific skill:

npx skills add sonarsource/sonarqube-agent-plugins@sonar-analyze -y

Use the package when you want your agent to choose the relevant skill from this official Sonar repository.

View sonarsource/sonarqube-agent-plugins on GitHub
Copied