SonarCloud SonarCloud is a cloud-based code quality and security analysis service. Developers use it to automatically detect bugs, vulnerabilities, and code smells in their projects. It integrates with popular CI/CD pipelines to provide continuous inspection. Official docs: https://sonarcloud.io/documentation/ SonarCloud Overview - Project - Quality Gate - Quality Profile - Organization - User - Issue - Rule Use action names and parameters as needed. Working with SonarCloud This skill uses the Membrane CLI to interact with SonarCloud. Membrane handles authentication and credentials refresh au…