sonarqube
Installation
SKILL.md
SonarQube
SonarQube is an open-source platform for continuous inspection of code quality. Developers and software teams use it to manage code quality and security. It helps identify bugs, vulnerabilities, and code smells in over 25 programming languages.
Official docs: https://docs.sonarsource.com/
SonarQube Overview
- Project
- Quality Gate
- Issue
- Rule
- Quality Profile
Use action names and parameters as needed.
Working with SonarQube
This skill uses the Membrane CLI to interact with SonarQube. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills