<?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>Forem: Bipin Maharjan</title>
    <description>The latest articles on Forem by Bipin Maharjan (@iambpn).</description>
    <link>https://forem.com/iambpn</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%2F3772724%2Fa568abd9-f0c6-44f5-ba61-bc74d8d75ee8.png</url>
      <title>Forem: Bipin Maharjan</title>
      <link>https://forem.com/iambpn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/iambpn"/>
    <language>en</language>
    <item>
      <title>A Bug Finder CLI to explore your application bugs</title>
      <dc:creator>Bipin Maharjan</dc:creator>
      <pubDate>Sun, 15 Feb 2026 07:24:34 +0000</pubDate>
      <link>https://forem.com/iambpn/a-bug-finder-cli-to-explore-your-application-bugs-6p6</link>
      <guid>https://forem.com/iambpn/a-bug-finder-cli-to-explore-your-application-bugs-6p6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a &lt;strong&gt;Bug Finder CLI&lt;/strong&gt; tool powered by the GitHub Copilot SDK. The tool analyzes a bug ticket, reasons about it, and scans the codebase to identify likely root causes and relevant files.&lt;/p&gt;

&lt;p&gt;This project was inspired by a real problem at work: tracking a reported bug across a large codebase often takes hours. Understanding the context, tracing dependencies, and identifying potential breakpoints is time-consuming and mentally expensive.&lt;/p&gt;

&lt;p&gt;This tool performs the preliminary investigation automatically. It:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interprets the bug ticket&lt;/li&gt;
&lt;li&gt;Searches the repository for related code paths&lt;/li&gt;
&lt;li&gt;Highlights potential problem areas&lt;/li&gt;
&lt;li&gt;Suggests next debugging steps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of starting from scratch, I begin with structured insights. It reduces investigation time and lets me focus on solving the problem rather than locating it.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Link to the demo vide: &lt;br&gt;


  &lt;iframe src="https://www.youtube.com/embed/Muw-OT-NAY0"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;As a full-time software engineer, I have limited time for side projects. To make this feasible, I set up GitHub Copilot CLI on my home Raspberry Pi and built the entire application using it.&lt;/p&gt;

&lt;p&gt;The CLI-based workflow fit perfectly with how I work. I would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Prompt Copilot to implement or refactor features&lt;/li&gt;
&lt;li&gt;Let it generate code&lt;/li&gt;
&lt;li&gt;Review, test, and iterate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Features like &lt;strong&gt;plan mode&lt;/strong&gt;, &lt;strong&gt;diff view&lt;/strong&gt;, &lt;strong&gt;code review&lt;/strong&gt;, and model reasoning control significantly improved productivity.&lt;/p&gt;

&lt;p&gt;The experience was strong overall, but a few improvements would make it even better:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An “undo last prompt” feature&lt;/li&gt;
&lt;li&gt;Faster navigation between previous prompts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite that, Copilot CLI dramatically reduced the friction of building and experimenting.&lt;/p&gt;

&lt;h2&gt;
  
  
  For getting started follow these:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bpn-blys/bug-finder-cli/blob/main/USAGE.md" rel="noopener noreferrer"&gt;Usage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bpn-blys/bug-finder-cli/blob/main/README.md" rel="noopener noreferrer"&gt;Readme&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/bpn-blys/bug-finder-cli" rel="noopener noreferrer"&gt;Bug Finder CLI Repo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bpn-blys/buggy-react" rel="noopener noreferrer"&gt;Buggy-react-repo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
