Hi Everyone ,
I’d like to share here a new feature that I implemented in ThinkReview extension workflow which utilises cursor deeplinks with one click to implement critical bugs , best practices or security issues from the code review
ThinkReview is an opensource browser extension that supports Gitlab , Github , Azure Devops and Bitbucket.
In this demo it generates a code review for a Github PR.
I decided to implement one of the best practices it outlined.
I already use cursot , I will click on the cursor button and with one click it will open cursor and implement it
First Go to any PR and select which IDE agent you want to use currently (Cursor , CLaude code and Github copilot are supported but much more to come )
check the code review generated and select one of the points you'd like to implement , here I'm selecting one of the best prctices about moving magic numbers to constants
Once you click the implement via button in my case here I selected cursor , it will open cursor with your prompt ready to be sent
First thing it will check if we are on the correct branch of the PR
otherwise it will stop and ask you to switch to the correct branch manually

here it identified correctly we are not on the correct branch so I'm going to switch to the correct branch manually

Here it implemented the best prctice in the right branch and I was happy to commit and push the code

here I regenerated the review again and I see the best practices scoring has gone up from 90 to 95
Yay
ThinkReview is open source and you can install the extension from Chrome Store and Firefox addons
https://github.com/Thinkode/thinkreview-browser-extension
https://thinkreview.dev


Top comments (0)