sonarcloud-link-inspector
SonarCloud Link Inspector
When a user gives you one or more SonarCloud links, use this skill to fetch the details behind those links so you can understand the findings and help fix them in code.
This skill is strictly read-only — it never modifies anything on SonarCloud (no issue transitions, no hotspot reviews, no comments, no assignments).
How to use
Step 1: Run the inspector script
From the skill root directory, run:
python scripts/inspect_sonarcloud_link.py "<url>"
For multiple links in one call:
More from cnkang/skills
repository-quality-gate-fixer
Orchestrate a complete local repository quality-gate closure loop. Use when Codex, Claude, or another local AI agent must audit and fix a software repository against AGENTS.md, project docs, specs, GitHub Actions, local lint/test/build/typecheck commands, CodeRabbit, SonarCloud/SonarQube, PR review comments, harness scripts, and local Skills, then produce an evidence-backed report before merge, commit, or push.
2conventional-commit-batcher
Auto-split mixed changes into logical commit batches with validated Conventional Commit messages. MUST BE USED for ANY git add, git commit, or git push operation.
1