Implement
The implement
tool converts human code review discussions and feedback into ready-to-commit code changes.
It leverages LLM technology to transform PR comments and review suggestions into concrete implementation code, helping developers quickly turn feedback into working solutions.
Note that the implementation will occur within the review discussion thread.
How to use the /implement
tool
/implement
toolReviewers can request code changes by:
Selecting the code block to be modified.
Adding a comment:
/implement <code-change-description>

Configuration options
To implement based on the review discussion:
/implement
To implement specific instructions, inside a review discussion use:
/implement <code-change-description>
To indirectly call the tool from any comment, use:
/implement <link-to-review-comment>
Last updated
Was this helpful?