sonarqube-analyzer
Analisa projetos no SonarQube self-hosted, obtém issues e sugere soluções automatizadas.
Setup & Installation
Install command
clawhub install felipeoff/sonarqube-analyzerIf the CLI is not installed:
Install command
npx clawhub@latest install felipeoff/sonarqube-analyzerOr install with OpenClaw CLI:
Install command
openclaw skills install felipeoff/sonarqube-analyzeror paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/felipeoff/sonarqube-analyzerWhat This Skill Does
Connects to a self-hosted SonarQube instance to fetch code issues, check quality gate status, and generate fix suggestions for a project or pull request. Supports filtering by severity and status, and can attempt automatic fixes for certain rule violations.
Brings SonarQube issue triage and fix suggestions directly into an agent workflow without manually navigating the SonarQube UI.
When to Use It
- Check if a PR passes the quality gate before merging
- List all CRITICAL and BLOCKER issues in a project
- Get fix suggestions for nested ternary warnings in a TypeScript file
- Automate SonarQube analysis in a GitHub Actions workflow
- Generate a markdown report of open issues by severity
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Check if a PR passes the quality gate before merging
- 1Check if a PR passes the quality gate before merging
- 2List all CRITICAL and BLOCKER issues in a project
- 3Get fix suggestions for nested ternary warnings in a TypeScript file
- 4Automate SonarQube analysis in a GitHub Actions workflow
- 5Generate a markdown report of open issues by severity
Analisa projetos no SonarQube self-hosted, obtém issues e sugere soluções automatizadas.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.