with one click
sonar-status
Check SonarQube quality gate status and project metrics
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
Check SonarQube quality gate status and project metrics
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
| name | sonar-status |
| description | Check SonarQube quality gate status and project metrics |
Get a comprehensive overview of the project's code quality status from SonarQube.
The SonarQube project key for this repository is: mayflower_scry_53657c30-7823-4138-9fbf-78b92dfb99e9
Get Quality Gate Status:
Use mcp__sonarqube__get_project_quality_gate_status with projectKey: mayflower_scry_53657c30-7823-4138-9fbf-78b92dfb99e9
Get Key Metrics:
Use mcp__sonarqube__get_component_measures with:
mayflower_scry_53657c30-7823-4138-9fbf-78b92dfb99e9["bugs", "vulnerabilities", "code_smells", "coverage", "duplicated_lines_density", "ncloc", "sqale_rating", "reliability_rating", "security_rating"]Get Open Issues Summary:
Use mcp__sonarqube__search_sonar_issues_in_projects with:
["mayflower_scry_53657c30-7823-4138-9fbf-78b92dfb99e9"]Display a formatted summary:
## SonarQube Status: scry
### Quality Gate: [PASSED/FAILED]
### Metrics
| Metric | Value |
|--------|-------|
| Lines of Code | X |
| Coverage | X% |
| Bugs | X |
| Vulnerabilities | X |
| Code Smells | X |
| Duplications | X% |
### Ratings
- Reliability: A/B/C/D/E
- Security: A/B/C/D/E
- Maintainability: A/B/C/D/E
### Open Issues: X total
- BLOCKER: X
- CRITICAL: X
- MAJOR: X
- MINOR: X
/sonar-fix/sonar-fix with severity filter