<?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: Shubham Pareta</title>
    <description>The latest articles on Forem by Shubham Pareta (@shubham_pareta_7337a009cd).</description>
    <link>https://forem.com/shubham_pareta_7337a009cd</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%2F3772494%2F5e5bbcc8-b027-495c-8ef1-324a12b20eb2.png</url>
      <title>Forem: Shubham Pareta</title>
      <link>https://forem.com/shubham_pareta_7337a009cd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shubham_pareta_7337a009cd"/>
    <language>en</language>
    <item>
      <title>DevScope: System Activity &amp; Productivity Analyzer with GitHub Copilot CLI</title>
      <dc:creator>Shubham Pareta</dc:creator>
      <pubDate>Sat, 14 Feb 2026 11:17:49 +0000</pubDate>
      <link>https://forem.com/shubham_pareta_7337a009cd/devscope-system-activity-productivity-analyzer-with-github-copilot-cli-4hko</link>
      <guid>https://forem.com/shubham_pareta_7337a009cd/devscope-system-activity-productivity-analyzer-with-github-copilot-cli-4hko</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-23"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🎯 Project Overview
&lt;/h2&gt;

&lt;p&gt;DevScope is a comprehensive &lt;strong&gt;Linux-based system monitoring and productivity analysis tool&lt;/strong&gt; that leverages &lt;strong&gt;GitHub Copilot CLI&lt;/strong&gt; to transform raw system metrics into actionable AI-powered insights.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it means to you:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📊 &lt;strong&gt;Real-time System Monitoring&lt;/strong&gt;: Track CPU, memory, processes, and active applications&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;AI-Powered Analysis&lt;/strong&gt;: GitHub Copilot CLI generates personalized productivity recommendations&lt;/li&gt;
&lt;li&gt;🎛️ &lt;strong&gt;Interactive Dashboard&lt;/strong&gt;: Web-based UI for visualizing system data and analyzing patterns&lt;/li&gt;
&lt;li&gt;⚙️ &lt;strong&gt;Background Daemon&lt;/strong&gt;: 24/7 data collection with automatic log rotation&lt;/li&gt;
&lt;li&gt;📈 &lt;strong&gt;Productivity Insights&lt;/strong&gt;: Identify patterns in your workflow and optimize time usage&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why This Matters
&lt;/h3&gt;

&lt;p&gt;Modern developers juggle multiple tasks. DevScope answers: &lt;em&gt;"How am I actually spending my time?"&lt;/em&gt; by analyzing active windows, commands executed, and system resource usage—then asking GitHub Copilot for intelligent feedback on productivity patterns.&lt;/p&gt;




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

&lt;h3&gt;
  
  
  Web Dashboard
&lt;/h3&gt;

&lt;p&gt;Start the interactive dashboard:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Opens at &lt;code&gt;http://localhost:3000&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💻 &lt;strong&gt;System Stats&lt;/strong&gt;: Real-time CPU load, memory usage, uptime&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Top Processes&lt;/strong&gt;: Visual chart of CPU-consuming applications
&lt;/li&gt;
&lt;li&gt;🪟 &lt;strong&gt;Active Window&lt;/strong&gt;: Tracks current focused application&lt;/li&gt;
&lt;li&gt;🕐 &lt;strong&gt;Command History&lt;/strong&gt;: Searchable history of executed commands&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Data Collection&lt;/strong&gt;: Start/stop background daemon&lt;/li&gt;
&lt;li&gt;📈 &lt;strong&gt;Productivity Analysis&lt;/strong&gt;: AI-powered insights with GitHub Copilot&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Command-Line Tools
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Show active window title&lt;/span&gt;
devscope window

&lt;span class="c"&gt;# List top 5 CPU processes&lt;/span&gt;
devscope processes

&lt;span class="c"&gt;# Get system metrics (CPU, memory, uptime)&lt;/span&gt;
devscope stats

&lt;span class="c"&gt;# Show last 10 commands with timestamps&lt;/span&gt;
devscope commands

&lt;span class="c"&gt;# Start 24/7 data collection&lt;/span&gt;
devscope collector start

&lt;span class="c"&gt;# Analyze collected data with AI insights&lt;/span&gt;
devscope analyze
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






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

&lt;h3&gt;
  
  
  How I Used It
&lt;/h3&gt;

&lt;p&gt;DevScope integrates GitHub Copilot CLI (&lt;code&gt;gh copilot&lt;/code&gt;) into its productivity analysis workflow:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;analyze_productivity.sh&lt;/strong&gt; reads historical system data and sends it to Copilot as context, asking:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;gh copilot suggest &lt;span class="s2"&gt;"Based on this system activity data, what productivity patterns do you see? &lt;/span&gt;&lt;span class="se"&gt;\&lt;/span&gt;&lt;span class="s2"&gt;
  What's working well? What could be improved?"&lt;/span&gt; &lt;span class="nt"&gt;--output&lt;/span&gt; text &amp;lt; system_data.json
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Key Benefits Experienced:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Natural Language Analysis&lt;/strong&gt;: Instead of writing complex parsing logic, Copilot understands the context of system data and provides human-readable insights&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intelligent Recommendations&lt;/strong&gt;: Copilot identifies patterns I might miss (e.g., "You're context-switching between 8+ projects per hour")&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduced Boilerplate&lt;/strong&gt;: No need to write detailed analysis rules—Copilot generates personalized feedback&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast Iteration&lt;/strong&gt;: Built and tested analysis features 3x faster than traditional scripting&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  The Development Experience
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quick Setup&lt;/strong&gt;: GitHub Copilot CLI's &lt;code&gt;gh copilot suggest&lt;/code&gt; command integrated seamlessly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Context&lt;/strong&gt;: Providing JSON system data as input context made recommendations highly relevant&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Error Handling&lt;/strong&gt;: Gracefully falls back when Copilot isn't available&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;User-Friendly Output&lt;/strong&gt;: Generates conversational, actionable insights instead of raw metrics&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📋 Project Structure
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;devscope/
├── README.md                        # Full documentation
├── package.json                     # Node.js dependencies
├── .gitignore                       # Git ignore rules
├── .env.example                     # Environment template
├── LICENSE                          # MIT License
│
├── server.js                        # Express.js web server
├── index.html                       # Interactive web dashboard
│
├── collector.sh                     # Main data collection daemon
├── analyze_productivity.sh           # AI analysis with Copilot CLI ⭐
├── system_stats.sh                  # CPU, memory, uptime collector
├── top_cpu_processes.sh             # Process monitor (top 5)
├── get_active_window.sh             # Window title tracker
├── last_commands_with_timestamps.sh # Bash history parser
└── install.sh                       # Auto-installer for all Linux distros
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🛠️ Tech Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;System Monitoring&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Bash scripts, Linux CLI utilities&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Web Dashboard&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Node.js, Express.js, HTML5, Chart.js&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AI Integration&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GitHub Copilot CLI (&lt;code&gt;gh&lt;/code&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Data Format&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;JSON (system_data.json)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Platforms&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Ubuntu/Debian, Fedora/RHEL, Arch Linux&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  📊 Installation &amp;amp; Usage
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Quick Install
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Clone the repository&lt;/span&gt;
git clone https://github.com/Shub221098/devscope.git
&lt;span class="nb"&gt;cd &lt;/span&gt;devscope

&lt;span class="c"&gt;# Run installer (handles all dependencies)&lt;/span&gt;
&lt;span class="nb"&gt;sudo&lt;/span&gt; ./install.sh
npm &lt;span class="nb"&gt;install&lt;/span&gt;

&lt;span class="c"&gt;# Start the web dashboard&lt;/span&gt;
npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The installer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Detects your Linux distribution&lt;/li&gt;
&lt;li&gt;✅ Installs system dependencies (xdotool, jq, curl)&lt;/li&gt;
&lt;li&gt;✅ Installs Node.js packages&lt;/li&gt;
&lt;li&gt;✅ Sets up &lt;code&gt;devscope&lt;/code&gt; command&lt;/li&gt;
&lt;li&gt;✅ Verifies installation&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Core Commands
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# View current system metrics&lt;/span&gt;
devscope stats

&lt;span class="c"&gt;# See top CPU-consuming processes&lt;/span&gt;
devscope processes

&lt;span class="c"&gt;# Get active window title&lt;/span&gt;
devscope window

&lt;span class="c"&gt;# Show last 10 commands&lt;/span&gt;
devscope commands

&lt;span class="c"&gt;# Start background data collection (every 60 seconds)&lt;/span&gt;
devscope collector start

&lt;span class="c"&gt;# Analyze productivity patterns with Copilot AI&lt;/span&gt;
devscope analyze &lt;span class="nt"&gt;-n&lt;/span&gt; 100
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Web Dashboard Features
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Button&lt;/th&gt;
&lt;th&gt;Function&lt;/th&gt;
&lt;th&gt;Response Time&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;💻 System&lt;/td&gt;
&lt;td&gt;CPU load, memory %, uptime&lt;/td&gt;
&lt;td&gt;&amp;lt;1s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;⚡ Top CPU&lt;/td&gt;
&lt;td&gt;5 processes + chart&lt;/td&gt;
&lt;td&gt;&amp;lt;1s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🪟 Window&lt;/td&gt;
&lt;td&gt;Current active window&lt;/td&gt;
&lt;td&gt;&amp;lt;1s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🕐 Commands&lt;/td&gt;
&lt;td&gt;Last 10 with search&lt;/td&gt;
&lt;td&gt;&amp;lt;1s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;📊 Collect&lt;/td&gt;
&lt;td&gt;Start/stop daemon&lt;/td&gt;
&lt;td&gt;5s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;📈 Productivity&lt;/td&gt;
&lt;td&gt;AI analysis&lt;/td&gt;
&lt;td&gt;30-60s&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  🎓 Key Implementation Details
&lt;/h2&gt;

&lt;h3&gt;
  
  
  System Data Collection
&lt;/h3&gt;

&lt;p&gt;DevScope collects JSON snapshots every 60 seconds:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"timestamp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"2026-02-14T08:12:49Z"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"data"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"window_title"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"VSCode: main.py"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"top_cpu_processes"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"name"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"chrome"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"cpu_percentage"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;12.5&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"name"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"node"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"cpu_percentage"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;8.3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;],&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"system_stats"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"memory"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"used_bytes"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;15001444352&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"usage_percent"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;90.2&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"cpu"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"load_average_1m"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;5.91&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"uptime"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"total_seconds"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;75379&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"days"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;"hours"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;20&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  AI-Powered Analysis Flow
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Collect&lt;/strong&gt; → Background daemon gathers snapshots every 60s&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Aggregate&lt;/strong&gt; → JSON format consolidates all metrics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Process&lt;/strong&gt; → &lt;code&gt;analyze_productivity.sh&lt;/code&gt; reads historical data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ask Copilot&lt;/strong&gt; → GitHub Copilot CLI generates insights&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Report&lt;/strong&gt; → Human-readable recommendations saved to file&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Auto-Cleanup &amp;amp; Rotation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Data files: 50MB rotation limit&lt;/li&gt;
&lt;li&gt;Log files: 10MB rotation limit&lt;/li&gt;
&lt;li&gt;Automatic file cleanup prevents disk overflow&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚙️ Configuration
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Custom Installation Prefix
&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;sudo &lt;/span&gt;&lt;span class="nv"&gt;INSTALL_PREFIX&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;/opt/devscope ./install.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Adjust Collection Interval
&lt;/h3&gt;

&lt;p&gt;Edit &lt;code&gt;collector.sh&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;INTERVAL&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;60  &lt;span class="c"&gt;# Change to your desired seconds&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Modify Data Retention
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;MAX_DATA_SIZE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;52428800   &lt;span class="c"&gt;# 50MB&lt;/span&gt;
&lt;span class="nv"&gt;MAX_LOG_SIZE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;10485760    &lt;span class="c"&gt;# 10MB&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  🔒 Security &amp;amp; Privacy
&lt;/h2&gt;

&lt;p&gt;✅ &lt;strong&gt;Local-Only Processing&lt;/strong&gt;: All data stays on your machine&lt;br&gt;
✅ &lt;strong&gt;User Permissions&lt;/strong&gt;: Runs with current user privileges&lt;br&gt;
✅ &lt;strong&gt;No Cloud Transmission&lt;/strong&gt;: Copilot analysis data never uploaded&lt;br&gt;
⚠️ &lt;strong&gt;Sensitive Data Awareness&lt;/strong&gt;: Command history and window titles may contain sensitive info&lt;br&gt;
✅ &lt;strong&gt;Configurable Retention&lt;/strong&gt;: Easy to adjust data limits&lt;/p&gt;




&lt;h2&gt;
  
  
  🤝 Team Submissions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Please pick one member to publish the submission and credit teammates by listing their DEV usernames directly in the body of the post:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Project Lead&lt;/strong&gt;: Shub221098 (@Shub221098 on GitHub)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core Contributors&lt;/strong&gt;: DevScope Contributors&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📚 Links &amp;amp; Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository&lt;/strong&gt;: &lt;a href="https://github.com/Shub221098/devscope" rel="noopener noreferrer"&gt;https://github.com/Shub221098/devscope&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Copilot CLI Docs&lt;/strong&gt;: &lt;a href="https://github.com/github/cli" rel="noopener noreferrer"&gt;https://github.com/github/cli&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Project Demo&lt;/strong&gt;: Start with &lt;code&gt;npm start&lt;/code&gt; and explore the dashboard&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full Documentation&lt;/strong&gt;: See README.md for detailed usage&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ✨ What's Next?
&lt;/h2&gt;

&lt;p&gt;Future enhancements planned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support for more desktop environments (GNOME, KDE, i3)&lt;/li&gt;
&lt;li&gt;Advanced filtering and export capabilities&lt;/li&gt;
&lt;li&gt;Long-term trend analysis and burnout detection&lt;/li&gt;
&lt;li&gt;Integration with Slack, Discord for notifications&lt;/li&gt;
&lt;li&gt;Performance profiling and benchmarking&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Thanks for checking out DevScope! This project showcases how GitHub Copilot CLI transforms raw system metrics into intelligent, actionable productivity insights.&lt;/strong&gt; 🚀&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Project Status&lt;/em&gt;: ✅ Complete and Production-Ready&lt;br&gt;&lt;br&gt;
&lt;em&gt;License&lt;/em&gt;: MIT&lt;br&gt;&lt;br&gt;
&lt;em&gt;Last Updated&lt;/em&gt;: February 14, 2026&lt;/p&gt;

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