Implement
Platforms supported: GitHub, GitLab, Bitbucket
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>
PR authors can implement suggested changes by replying to a review comment.
You can do this by either:
Adding specific implementation details by commenting:
Using the original review comment as instructions:

You can respond to an inline comment by triggering the tool from anywhere in the thread:

Configuration options
To implement based on the review discussion:
To implement specific instructions, inside a review discussion use:
To indirectly call the tool from any comment, use:
Last updated