How-to
Interactive chat — @codingassist
Talk to the review in the PR — ask for explanations and ready-to-apply fixes.
Reply to any codingassist.bot comment (or open a new one) with an @codingassist command to drive the review conversationally. Commands are handled by the Diplomate and Fixer agents.
Commands
| Command | What it does | Agent |
|---|---|---|
@codingassist explain | Explains a finding in depth — why it matters, how to reproduce | Diplomate |
@codingassist fix | Proposes a ready-to-apply patch on the PR branch | Fixer |
@codingassist audit | Deep security/architecture pass on request | planned |
Examples
@codingassist explain
@codingassist fix
Applying a fix
When fix returns a patch, review the diff and click Apply to commit it to the PR branch. codingassist.bot re-reviews the updated head and confirms the finding is resolved.
Related
Was this page helpful?