<?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: Sijomon P.S</title>
    <description>The latest articles on Forem by Sijomon P.S (@sijomonps).</description>
    <link>https://forem.com/sijomonps</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%2F3743602%2F3033fbd0-4ef9-4114-8096-9a33fa1121b1.jpeg</url>
      <title>Forem: Sijomon P.S</title>
      <link>https://forem.com/sijomonps</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sijomonps"/>
    <language>en</language>
    <item>
      <title>RepoSensei: An AI-Assisted CLI Tool to Explore GitHub Repositories</title>
      <dc:creator>Sijomon P.S</dc:creator>
      <pubDate>Sat, 07 Feb 2026 12:00:00 +0000</pubDate>
      <link>https://forem.com/sijomonps/reposensei-an-ai-assisted-cli-tool-to-explore-github-repositories-1053</link>
      <guid>https://forem.com/sijomonps/reposensei-an-ai-assisted-cli-tool-to-explore-github-repositories-1053</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 &lt;strong&gt;RepoSensei&lt;/strong&gt;, a terminal-based CLI tool that helps developers quickly understand unfamiliar GitHub repositories.&lt;/p&gt;

&lt;p&gt;When opening a new codebase, beginners often struggle to figure out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What type of project it is&lt;/li&gt;
&lt;li&gt;Which files are important&lt;/li&gt;
&lt;li&gt;Where to start reading the code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;RepoSensei solves this problem directly from the terminal.&lt;br&gt;&lt;br&gt;
It scans the current directory, detects the project type, highlights important files (like README and entry points), and provides beginner-friendly guidance on where to start.&lt;/p&gt;

&lt;p&gt;The goal of this project is to make developer onboarding easier using AI-assisted tools in the command line.&lt;/p&gt;




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

&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/sijomonps/Copliot-CLI" rel="noopener noreferrer"&gt;https://github.com/sijomonps/Copliot-CLI&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How to run RepoSensei
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cd &lt;/span&gt;path/to/any/project
python path/to/reposensei.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fnagltsj7bfkfi4acn7e3.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%2Fnagltsj7bfkfi4acn7e3.png" alt=" " width="673" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;RepoSensei&lt;/strong&gt; using GitHub Copilot CLI directly from the terminal.&lt;/p&gt;

&lt;p&gt;During development, I used Copilot CLI to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate the initial CLI structure&lt;/li&gt;
&lt;li&gt;Improve repository and project-type detection logic&lt;/li&gt;
&lt;li&gt;Refine beginner-friendly explanations&lt;/li&gt;
&lt;li&gt;Review and understand code while iterating on features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using GitHub Copilot CLI made the development process faster and more interactive.&lt;br&gt;&lt;br&gt;
Instead of switching between tools, I was able to collaborate with Copilot directly from the command line, which aligned perfectly with the goal of building a terminal-focused project.&lt;/p&gt;

&lt;p&gt;This project demonstrates how AI-powered developer tools can improve learning and productivity directly from the CLI.&lt;/p&gt;

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