<?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: Taj Sarkar</title>
    <description>The latest articles on Forem by Taj Sarkar (@taj_sarkar).</description>
    <link>https://forem.com/taj_sarkar</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%2F3747369%2Ff7bfa33b-71c3-487f-8c99-9474d97ffb41.png</url>
      <title>Forem: Taj Sarkar</title>
      <link>https://forem.com/taj_sarkar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/taj_sarkar"/>
    <language>en</language>
    <item>
      <title>DevInsight — A CLI Tool for Git Repository Analysis and Developer Insights</title>
      <dc:creator>Taj Sarkar</dc:creator>
      <pubDate>Mon, 16 Feb 2026 06:16:24 +0000</pubDate>
      <link>https://forem.com/taj_sarkar/devinsight-a-cli-tool-for-git-repository-analysis-and-developer-insights-3dno</link>
      <guid>https://forem.com/taj_sarkar/devinsight-a-cli-tool-for-git-repository-analysis-and-developer-insights-3dno</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;DevInsight&lt;/strong&gt;, a command-line tool that analyzes Git repositories and provides developer productivity insights directly in the terminal.&lt;/p&gt;

&lt;p&gt;The tool helps developers quickly understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Project structure and language distribution
&lt;/li&gt;
&lt;li&gt;Dependency summaries
&lt;/li&gt;
&lt;li&gt;Git activity and commit insights
&lt;/li&gt;
&lt;li&gt;Frequently modified files and refactor candidates
&lt;/li&gt;
&lt;li&gt;Repository health checks and suggestions
&lt;/li&gt;
&lt;li&gt;Automated project reports
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal of DevInsight is to make it easier to understand the state of a codebase without opening multiple tools or dashboards.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interactive CLI interface
&lt;/li&gt;
&lt;li&gt;Repository analysis and dashboard
&lt;/li&gt;
&lt;li&gt;Smart insights based on Git history
&lt;/li&gt;
&lt;li&gt;Health scoring and suggestions
&lt;/li&gt;
&lt;li&gt;Markdown report generation
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tool is published on npm and can be installed using:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npx @tajsarkar/devinsight&lt;/code&gt;&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/Taj-Sarkar/devinsight" rel="noopener noreferrer"&gt;https://github.com/Taj-Sarkar/devinsight&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;npm Package:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/@tajsarkar/devinsight" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@tajsarkar/devinsight&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install or run using npx
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run:&lt;br&gt;
&lt;code&gt;devinsight&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choose an option from the interactive menu:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Analyze Repository  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Developer Dashboard  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Smart Insights  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Health Check  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Generate Report  &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Repository Analysis
&lt;/h4&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%2Fhnumh22k4g64np0ivi5y.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%2Fhnumh22k4g64np0ivi5y.png" alt="Repository Analysis" width="800" height="858"&gt;&lt;/a&gt;&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%2Fscnv6i1xpozkrt30sjat.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%2Fscnv6i1xpozkrt30sjat.png" alt=" " width="800" height="711"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Developer Dashboard
&lt;/h4&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%2Fd1guqhsbkg3egm0r3857.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%2Fd1guqhsbkg3egm0r3857.png" alt="Dashboard" width="800" height="739"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Smart Insights
&lt;/h4&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%2Fvw94zhjc6imskx8aeff9.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%2Fvw94zhjc6imskx8aeff9.png" alt="Smart Insights" width="800" height="683"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Health Check
&lt;/h4&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%2Fvz6rh8hh0zih0ue6fdnz.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%2Fvz6rh8hh0zih0ue6fdnz.png" alt="Health Check" width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Report
&lt;/h3&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%2Fgh55a6vp8gnzd8kla8x6.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%2Fgh55a6vp8gnzd8kla8x6.png" alt="Report" width="800" height="243"&gt;&lt;/a&gt;&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%2Fb2ui17t9izkqfwmwucap.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%2Fb2ui17t9izkqfwmwucap.png" alt="Report" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;




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

&lt;p&gt;GitHub Copilot CLI helped speed up development by assisting with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generating command structures and CLI flows
&lt;/li&gt;
&lt;li&gt;Writing utility functions for file scanning and Git analysis
&lt;/li&gt;
&lt;li&gt;Suggesting patterns for handling command inputs and menus
&lt;/li&gt;
&lt;li&gt;Improving code organization and reducing repetitive work
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was especially useful when:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structuring the CLI commands
&lt;/li&gt;
&lt;li&gt;Writing logic to parse files and directories
&lt;/li&gt;
&lt;li&gt;Generating boilerplate and refining implementations
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using Copilot CLI made the development process faster and allowed me to focus more on designing useful features rather than writing repetitive code.&lt;/p&gt;

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