# Sonar AI Agent Skills

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.

Official page: https://skillscout.sh/official/sonarsource/
Markdown page: https://skillscout.sh/official/sonarsource/sonarsource_skills_skillscout.md
Vendor website: https://www.sonarsource.com/

## Prompt for your agent

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

### 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.

Install:

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

Source: https://github.com/SonarSource/sonarqube-agent-plugins

### 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.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin -y
```

Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin

### sonarsource/monorepo-project-provisioning

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

Install:

```bash
npx skills add sonarsource/monorepo-project-provisioning -y
```

Source: https://github.com/SonarSource/monorepo-project-provisioning

## Individual skills

### sonar-analyze

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

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

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-analyze

### sonar-coverage

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-coverage -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-coverage

### sonar-dependency-risks

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-dependency-risks -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-dependency-risks

### sonar-duplication

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-duplication -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-duplication

### sonar-fix-issue

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-fix-issue -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-fix-issue

### sonar-integrate

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-integrate -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-integrate

### sonar-quality-gate

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-quality-gate -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-quality-gate

### sonar-list-issues

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-list-issues -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-list-issues

### sonar-list-projects

Official Sonar skill from sonarsource/sonarqube-agent-plugins.

Install:

```bash
npx skills add sonarsource/sonarqube-agent-plugins@sonar-list-projects -y
```

Package: sonarsource/sonarqube-agent-plugins
Source: https://github.com/sonarsource/sonarqube-agent-plugins/tree/HEAD/skills/sonar-list-projects

### sonar-analyze

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-analyze -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-analyze

### sonar-coverage

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-coverage -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-coverage

### sonar-dependency-risks

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-dependency-risks -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-dependency-risks

### sonar-duplication

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-duplication -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-duplication

### sonar-fix-issue

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-fix-issue -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-fix-issue

### sonar-list-issues

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-list-issues -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-list-issues

### sonar-list-projects

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-list-projects -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/SonarSource/sonarqube-gh-agent-apps-plugin/tree/master/skills/sonar-list-projects

### sonar-quality-gate

Official Sonar skill from sonarsource/sonarqube-gh-agent-apps-plugin.

Install:

```bash
npx skills add sonarsource/sonarqube-gh-agent-apps-plugin@sonar-quality-gate -y
```

Package: sonarsource/sonarqube-gh-agent-apps-plugin
Source: https://github.com/sonarsource/sonarqube-gh-agent-apps-plugin/tree/HEAD/skills/sonar-quality-gate

### detect-monorepo-projects-skill

Official Sonar skill from sonarsource/monorepo-project-provisioning.

Install:

```bash
npx skills add sonarsource/monorepo-project-provisioning@detect-monorepo-projects-skill -y
```

Package: sonarsource/monorepo-project-provisioning
Source: https://github.com/SonarSource/monorepo-project-provisioning/tree/master/detect-monorepo-projects-skill

## sonarsource/sonarqube-agent-plugins package overview

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-analyze: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-coverage: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-dependency-risks: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-duplication: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-fix-issue: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-integrate: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-quality-gate: Official Sonar skill from sonarsource/sonarqube-agent-plugins.
- sonar-list-issues: Official Sonar skill from sonarsource/sonarqube-agent-plugins.

### Install

Install the full package:

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

Install a specific skill:

```bash
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 repository.

Source: https://github.com/sonarsource/sonarqube-agent-plugins#readme
