All notable changes to this project will be documented in this file.
/sonarqube:configuring-sonarqubeskill — guided setup wizard that installssonarqube-cli, authenticates viasonar auth login(credentials stored in system keychain), installs the secrets scanning binary, and runssonar integrate claudeto register secrets hooks/sonarqube:list-projectscommand — lists accessible SonarQube projects, with optional name/key search, viasonar list projects/sonarqube:list-issuescommand — searches and filters issues for a project, branch, or pull request viasonar list issues --format toon/sonarqube:fix-issuecommand — fetches issue details viasonar list issuesand applies the minimal fix; no MCP dependencySessionStarthook — checks on startup whethersonarqube-cliis installed andsonar integrate claudehas been run, reports status to the user; implemented in Node.js (scripts/setup.js) so no additional runtime is required beyond Claude Code itself