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>
You can respond to an inline comment by triggering the tool from anywhere in the thread:
/implement <link-to-an-inline-comment>
Configuration options
To implement based on the review discussion:
/implementTo 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
