<?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: Aiyush Kumar</title>
    <description>The latest articles on DEV Community by Aiyush Kumar (@aiyush_kumar_1b202037c371).</description>
    <link>https://dev.to/aiyush_kumar_1b202037c371</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%2Fuser%2Fprofile_image%2F3438853%2Fb3570059-f399-4801-8a99-80b38d334c78.gif</url>
      <title>DEV Community: Aiyush Kumar</title>
      <link>https://dev.to/aiyush_kumar_1b202037c371</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aiyush_kumar_1b202037c371"/>
    <language>en</language>
    <item>
      <title>🚀 Supercharge Your GitHub Pull Requests with AI (GPT + Gemini Powered Extension)</title>
      <dc:creator>Aiyush Kumar</dc:creator>
      <pubDate>Sat, 16 Aug 2025 10:54:12 +0000</pubDate>
      <link>https://dev.to/aiyush_kumar_1b202037c371/supercharge-your-github-pull-requests-with-ai-gpt-gemini-powered-extension-2i24</link>
      <guid>https://dev.to/aiyush_kumar_1b202037c371/supercharge-your-github-pull-requests-with-ai-gpt-gemini-powered-extension-2i24</guid>
      <description>&lt;p&gt;Writing clear and consistent pull request (PR) descriptions is… let’s be honest — a chore.&lt;br&gt;
Half the time, we either copy-paste from a template or just type "fixed stuff" and hit submit.&lt;/p&gt;

&lt;p&gt;But what if your PR titles and descriptions could write themselves — tailored, professional, and markdown-formatted?&lt;/p&gt;

&lt;p&gt;That’s exactly why I built &lt;a href="https://chromewebstore.google.com/detail/github-pr-scribe-ai/ajnplipmiafledgelgdajdfepjamafml" rel="noopener noreferrer"&gt;GitHub PR-Scribe-AI&lt;/a&gt; ✨.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;🧠 What It Does&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🔹 Generates high-quality PR titles + descriptions automatically.&lt;/p&gt;

&lt;p&gt;🔹 Uses AI models of your choice → OpenAI GPT or Google Gemini.&lt;/p&gt;

&lt;p&gt;🔹 Produces markdown-ready summaries from your code diff.&lt;/p&gt;

&lt;p&gt;🔹 Lets you inject custom fields (e.g., “Risk Level”, “Jira Ticket”, “Reviewer Notes”) into every PR.&lt;/p&gt;

&lt;p&gt;🔹 Keeps your API keys 100% local — no data is sent to me or third parties.&lt;/p&gt;

&lt;p&gt;Basically, it’s your AI co-pilot for pull requests.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;🎯 Why I Built It&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As a developer, I wanted:&lt;/p&gt;

&lt;p&gt;Faster reviews → reviewers spend less time guessing what my code does.&lt;/p&gt;

&lt;p&gt;Consistency → all PRs follow a professional, structured format.&lt;/p&gt;

&lt;p&gt;Choice → not being locked into just GPT or just Gemini.&lt;/p&gt;

&lt;p&gt;None of the existing extensions gave me flexibility + privacy. So, I scratched my own itch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;⚡ Quick Demo&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Install the extension → GitHub PR-Scribe-AI&lt;/p&gt;

&lt;p&gt;Connect your OpenAI or Gemini API key&lt;/p&gt;

&lt;p&gt;Open a PR on GitHub [on Compare page]&lt;/p&gt;

&lt;p&gt;Click “Generate” → Watch the title + description appear automagically ✨&lt;/p&gt;

&lt;p&gt;Yes, it even formats it in markdown so your PR looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;## Summary  
This PR refactors the user authentication flow to improve readability and reduce API calls.  

## Changes  
- Replaced nested callbacks with async/await  
- Extracted reusable token validation logic  
- Added unit tests for edge cases  

## Risk  
Low – No breaking changes for existing API consumers.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;&lt;strong&gt;🔒 Privacy First&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;No data leaves your browser.&lt;br&gt;
Your code, your diffs, your API keys → stay with you.&lt;br&gt;
That’s why I’ve published a Privacy Policy publicly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;🚀 What’s Next&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’m actively shipping new features, including:&lt;br&gt;
🛠 Possible GitHub Actions integration&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;🔗 Try It Out&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 Install &lt;a href="https://chromewebstore.google.com/detail/github-pr-scribe-ai/ajnplipmiafledgelgdajdfepjamafml" rel="noopener noreferrer"&gt;GitHub PR-Scribe-AI&lt;/a&gt; on Chrome now.&lt;/p&gt;

&lt;p&gt;I’d love your feedback — if you’re a developer who reviews PRs daily, this tool was built for you. Drop your thoughts in the comments, or star the project if it saves you time.&lt;/p&gt;

&lt;p&gt;💡 Question for you:&lt;br&gt;
What’s your biggest frustration with &lt;strong&gt;PR&lt;/strong&gt; reviews — writing them, or reading them?&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%2Fruirmdimhadgkw394p6v.png" 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%2Fruirmdimhadgkw394p6v.png" alt=" " width="796" height="604"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
