sonarcloud
Installation
SKILL.md
SonarCloud Query Command
Pull code quality data from SonarCloud. Requires SONARCLOUD_TOKEN environment variable.
Arguments
$ARGUMENTS- Query type and parameters
Query Types
| Query | Description | Example |
|---|---|---|
issues <project> |
Get open issues | /sonarcloud issues my-project |
metrics <project> |
Get code metrics | /sonarcloud metrics my-project |
gate <project> |
Quality gate status | /sonarcloud gate my-project |
health <project> |
Full health report | /sonarcloud health my-project |
pr <project> <pr#> |
PR analysis | /sonarcloud pr my-project 123 |
hotspots <project> |
Security hotspots | /sonarcloud hotspots my-project |
history <project> |
Analysis history | /sonarcloud history my-project |