<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ThinkReview</title>
    <description>The latest articles on DEV Community by ThinkReview (@thinkreview).</description>
    <link>https://dev.to/thinkreview</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F12509%2Fa21e914f-e91c-492c-bf48-332a342c3c11.png</url>
      <title>DEV Community: ThinkReview</title>
      <link>https://dev.to/thinkreview</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thinkreview"/>
    <language>en</language>
    <item>
      <title>I Built a One-Click Bridge from Azure Devops PRs Code Review Directly to Cursor/Claude Code</title>
      <dc:creator>Jay Elsheikh</dc:creator>
      <pubDate>Sat, 18 Apr 2026 00:36:54 +0000</pubDate>
      <link>https://dev.to/thinkreview/how-i-implemented-a-deeplink-workflow-from-codereview-findings-to-implement-via-cursorclaude-code-ikb</link>
      <guid>https://dev.to/thinkreview/how-i-implemented-a-deeplink-workflow-from-codereview-findings-to-implement-via-cursorclaude-code-ikb</guid>
      <description>&lt;p&gt;Hi Everyone ,&lt;/p&gt;

&lt;p&gt;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&lt;/p&gt;

&lt;p&gt;ThinkReview is an opensource browser extension that supports Gitlab , Github , Azure Devops and Bitbucket. &lt;/p&gt;

&lt;p&gt;In this demo it generates a code review for a Github PR. &lt;br&gt;
I decided to implement one of the best practices it outlined. &lt;br&gt;
I already use cursot , I will click on the cursor button and with one click it will open cursor and implement it &lt;/p&gt;

&lt;p&gt;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 )&lt;/p&gt;

&lt;p&gt;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&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fow3qnltzk06m6qz2z4sf.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fow3qnltzk06m6qz2z4sf.gif" alt="First Step open any PR on Github ,Azure , Gitlab or Bitbucket" width="760" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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 &lt;/p&gt;

&lt;p&gt;First thing it will check if we are on the correct branch of the PR &lt;br&gt;
otherwise it will stop and ask you to switch to the correct branch manually&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2qg8qcpdlw33r66e88ak.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2qg8qcpdlw33r66e88ak.gif" alt=" " width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;here it identified correctly we are not on the correct branch so I'm going to switch to the correct branch manually&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fonb4r4qze7dirmx6cmnu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fonb4r4qze7dirmx6cmnu.gif" alt=" " width="760" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here it implemented the best prctice in the right branch and I was happy to commit and push the code&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6dynyk5ef7ukqubeu6u.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6dynyk5ef7ukqubeu6u.gif" alt=" " width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;here I regenerated the review again and I see the best practices scoring has gone up from 90 to 95 &lt;br&gt;
Yay&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkr4xp7pxmmvtlo91lhz.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkr4xp7pxmmvtlo91lhz.gif" alt=" " width="760" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ThinkReview is open source and you can install the extension from Chrome Store and Firefox addons &lt;br&gt;
&lt;a href="https://github.com/Thinkode/thinkreview-browser-extension" rel="noopener noreferrer"&gt;https://github.com/Thinkode/thinkreview-browser-extension&lt;/a&gt;&lt;br&gt;
&lt;a href="https://thinkreview.dev" rel="noopener noreferrer"&gt;https://thinkreview.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codereview</category>
      <category>azure</category>
      <category>github</category>
      <category>thinkreview</category>
    </item>
  </channel>
</rss>
