在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用sonarqube
星标16
分支11
更新时间2026年6月16日 23:26
Query SonarQube code quality metrics and issues
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Query SonarQube code quality metrics and issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.