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

Reviewers can request code changes by:

  1. Selecting the code block to be modified.

  2. 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?