Branch: refs/heads/misc-sonar-redating-guard Home: https://github.com/xwiki/xwiki-dev-llm Commit: b8eb9b9f6d85ccfd4735d66cf000ebc6939ec373 https://github.com/xwiki/xwiki-dev-llm/commit/b8eb9b9f6d85ccfd4735d66cf000eb... Author: Vincent Massol <[email protected]> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/servers/index.md M xwiki/okf/sonarqube/index.md M xwiki/okf/sonarqube/verification.md M xwiki/skills/xwiki-fix-sonarqube-issue/SKILL.md M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Record how to check what a change adds to SonarCloud, before it is merged * skills/xwiki-pull-request: run a SonarCloud PR analysis on any PR that changes Java, not only on a Sonar cleanup. It applies the same quality gate as the branch and is the only pre-merge check for the server-side rules. Measured on xwiki-commons: ~2 minutes, no tests, no quality profile, no coverage. * okf/sonarqube/verification.md: a mechanical fix can turn the master quality gate red without introducing a defect, because the gate only measures new code and SonarCloud re-dates a finding it can no longer match after a rewrite. Also record that javabugs:* findings are computed server-side (so no local build confirms one gone, but a PR analysis does), and how to read the analyzer's own dataflow path. * skills/xwiki-fix-sonarqube-issue: check what else the lines being rewritten already carry, before committing to a candidate. * okf/sonarqube/index.md: add the one mechanical javabugs:S2259 shape (a nullable-parameter default helper fed the default constant by its own overload), and drop the two pool-size claims from that bullet, which the same file says are deliberately absent because they are volatile. * okf/servers/index.md: the SonarCloud read API needs no token for the public xwiki org, and the MCP has no quality-gate tool. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications