SONARJAVA-6513 Add a skill for new rule creation#5697
Conversation
This should help agent implementing a new rule, and in particular Nigel's tools.
NoemieBenard
left a comment
There was a problem hiding this comment.
Looks good to me, just a comment about ruling tests
| - Run JavaAgenticWayProfileTest before creating a PR | ||
| - Update ruling tests in `its/ruling/` and autoscan tests in `its/autoscan` after implementing the rule. | ||
| - These tests verify the rule against real-world Java projects. | ||
| - Note that running this tests locally is difficult, so they are usually updated by looking at the logs of the failing CI actions |
There was a problem hiding this comment.
For ruling, I am not sure if the issue can be understood from the log, usually it is necessary to download the zip report generated during the build and look at the diff.
Code Review ✅ ApprovedImplements a dedicated skill for new rule creation to assist automated agents with rule generation. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|





This should help agent implementing a new rule, and in particular Nigel's tools.
Part of
Summary by Gitar
its/ruling/andits/autoscan/test suites.This will update automatically on new commits.