
Verify Sonar
- Updated February 5, 2026
- subdavis/brandons-plugins
verify-sonar is a Claude Code skill in the AI & Agent Building category. Scan code for issues using SonarQube for IDE
Key points
- verify-sonar
- AI & Agent Building
- AI-coding skill
Verify Sonar by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add subdavis/brandons-plugins/plugin install verify-sonar@brandons-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | February 5, 2026 |
|---|---|
| Repository | subdavis/brandons-plugins ↗ |
What it does
Scan code for issues using SonarQube for IDE
README.md
Brandon's Plugin Marketplace
Marketplace Installation
# From GitHub
/plugin marketplace add subdavis/brandons-plugins
# From local path
/plugin marketplace add ./brandons-plugins
Plugin: Verify Sonar
/plugin install verify-sonar@brandons-plugins
Once installed, use the /verify-sonar skill:
/verify-sonar # Scan outstanding git changes (default)
/verify-sonar ./src # Scan a directory
/verify-sonar ./src/index.ts # Scan a specific file
/verify-sonar ./src ./lib # Scan multiple paths
Requirements
- Node.js >= 20
- VS Code or IntelliJ must be running
- SonarQube for IDE extension must be installed and active
- The scanned files must be in the IDE's open workspace
Related skills
AI & Agent Buildingagents