Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.03 KB

File metadata and controls

12 lines (9 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • /sonarqube:configuring-sonarqube skill — guided setup wizard that installs sonarqube-cli, authenticates via sonar auth login (credentials stored in system keychain), installs the secrets scanning binary, and runs sonar integrate claude to register secrets hooks
  • /sonarqube:list-projects command — lists accessible SonarQube projects, with optional name/key search, via sonar list projects
  • /sonarqube:list-issues command — searches and filters issues for a project, branch, or pull request via sonar list issues --format toon
  • /sonarqube:fix-issue command — fetches issue details via sonar list issues and applies the minimal fix; no MCP dependency
  • SessionStart hook — checks on startup whether sonarqube-cli is installed and sonar integrate claude has been run, reports status to the user; implemented in Node.js (scripts/setup.js) so no additional runtime is required beyond Claude Code itself