with one click
sonarqube
Query SonarQube code quality metrics and issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Query SonarQube code quality metrics and issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | sonarqube |
| description | Query SonarQube code quality metrics and issues |
| activation_keywords | ["sonarqube","sonar","code quality","lint","coverage","bug","vulnerability"] |
| execution_mode | server |
Provides read-only SonarQube operations via HTTP API:
Use builtin_sonarqube tool with fields:
operation: one of "list_projects", "project_status", "metrics", "list_issues", "quality_gate", "measures"project_key: SonarQube project key (required for project_status/metrics/list_issues/measures)sonarqube_url: SonarQube server URL (default: http://localhost:9000)token: SonarQube authentication token (from SONAR_TOKEN env var if not provided)severity: filter issues by severity (INFO, MINOR, MAJOR, CRITICAL, BLOCKER)types: filter issues by type (BUG, VULNERABILITY, CODE_SMELL)per_page: results per page (default: 20)Note: All operations are read-only. The token is used only for this request and never logged.