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.
Create a pull request with quality gate status and metrics
Push current branch and monitor CI workflow until completion
Find and fix SonarQube issues by severity
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-sandbox
Get Quality Gate Status:
Use mcp__sonarqube__get_project_quality_gate_status with projectKey: mayflower-sandbox
Get Key Metrics:
Use mcp__sonarqube__get_component_measures with:
mayflower-sandbox["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-sandbox"]Display a formatted summary:
## SonarQube Status: mayflower-sandbox
### 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