etendo-sonar

Run SonarQube analysis on Etendo modules and fix code issues.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-sonar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: etendo-sonar
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-sonar
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-sonar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of running SonarQube analysis on Etendo modules, helping developers identify and fix code quality issues, code smells, and duplication.

Core Features & Use Cases

  • Run SonarQube Analysis: Execute static code analysis on your Etendo modules.
  • Fix Sonar Issues: Attempt to automatically fix identified code quality problems.
  • Analyze Pull Requests: Check code quality specifically for changes introduced in a PR.
  • Setup SonarScanner: Guide users through installing the necessary SonarScanner CLI.

Quick Start

Run a SonarQube analysis on the current Etendo module and report any issues found in changed files.

Frequently Asked Questions about etendo-sonar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run SonarQube static analysis on Etendo modules?

Run SonarQube static analysis on Etendo modules by executing SonarScanner to assess code quality and identify issues. It requires SonarScanner CLI installation and a SonarQube token for authentication against sonar.etendo.cloud.

Can I automatically fix SonarQube code quality issues in my Etendo project?

Yes, you can automatically fix SonarQube code quality issues in your Etendo project. The tool attempts to auto-fix identified code smells and quality problems after running the static analysis.

Do I need a SonarQube token to analyze Etendo code quality?

Yes, you need a SonarQube token to analyze Etendo code quality. Authentication against sonar.etendo.cloud requires a token, alongside a local SonarScanner CLI installation to execute the scans.

How do I check Etendo pull requests against SonarQube quality gates?

Check Etendo pull requests against SonarQube quality gates by running a targeted analysis on the changes introduced in the PR. This validates that new code meets defined quality standards before merging.

What is the best way to set up SonarScanner for Etendo code reviews?

The best way to set up SonarScanner for Etendo code reviews is using the provided setup guidance to install the CLI. Once installed, configure it with your SonarQube token to enable static analysis on your modules.