Monitors project health and SonarQube quality gate status directly within your Claude Code environment.
The Sonar Status skill provides a streamlined way for developers to verify codebase health and compliance without leaving their terminal. It allows you to query SonarQube for real-time quality gate results, branch-specific metrics, and Pull Request (PR) statuses. By presenting key indicators like code coverage, bug counts, and security hotspots in a clean, dashboard-like table, this skill ensures that teams can maintain high quality standards and address technical debt proactively during the development lifecycle.
Key Features
01Instant Quality Gate status checks (OK/FAILED) for projects and PRs
022 GitHub stars
03Support for specific branch and Pull Request targeting
04Web-inspired dashboard summaries formatted for readability
05Detailed metrics retrieval including coverage, bugs, and code smells
06Accurate reporting based on SonarQube component measures
Use Cases
01Identifying specific metric regressions like decreased test coverage or new security hotspots
02Performing a quick health check on the main branch metrics
03Verifying if a Pull Request has passed quality gates before merging code