<?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: Arqam Waheed</title>
    <description>The latest articles on Forem by Arqam Waheed (@arqamwd).</description>
    <link>https://forem.com/arqamwd</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%2F3760002%2Feb94d8d9-e8ef-4932-ab99-d07a12fe197b.jpeg</url>
      <title>Forem: Arqam Waheed</title>
      <link>https://forem.com/arqamwd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/arqamwd"/>
    <language>en</language>
    <item>
      <title>MergeGuardian 9000: I Built an AI Code Reviewer With a 0% Approval Rate</title>
      <dc:creator>Arqam Waheed</dc:creator>
      <pubDate>Tue, 07 Apr 2026 14:19:14 +0000</pubDate>
      <link>https://forem.com/arqamwd/mergeguardian-9000-i-built-an-ai-code-reviewer-with-a-0-approval-rate-5ecm</link>
      <guid>https://forem.com/arqamwd/mergeguardian-9000-i-built-an-ai-code-reviewer-with-a-0-approval-rate-5ecm</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I've opened hundreds of pull requests in my career. Fixed typos. Refactored auth flows. Centered divs. And every single time, some reviewer finds a reason to block the merge. Not because the code is bad. Because the &lt;em&gt;vibes are off&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;By PR #200, I realized the problem wasn't my code. It was that no tool existed to formalize the experience of being told your perfectly working code is somehow insufficient. So I built the tool myself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MergeGuardian 9000&lt;/strong&gt; is an AI-powered pull request review platform with a guaranteed &lt;strong&gt;0.00% approval rate&lt;/strong&gt;. You paste your code, pick a reviewer persona, and within seconds Google Gemini delivers a devastatingly thorough review that finds profoundly absurd reasons to block your merge.&lt;/p&gt;

&lt;p&gt;It looks exactly like a real GitHub PR review. Verdict cards. Status checks. Inline comments. A merge button at the bottom. Except the merge button is permanently disabled. And the status checks are things like "Existential Debt Audit" and "Naming Karma Validation." And the verdict is always one of three options: &lt;code&gt;changes_requested&lt;/code&gt;, &lt;code&gt;blocked&lt;/code&gt;, or &lt;code&gt;spiritually_rejected&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Here's the thing that makes it actually work: &lt;strong&gt;Gemini reads your real code&lt;/strong&gt;. This isn't a random joke generator. Google Gemini analyzes your actual functions, your variable names, your architecture choices, and then finds deeply specific reasons why none of it is merge-worthy. Paste a &lt;code&gt;function add(a, b) { return a + b }&lt;/code&gt; and the Guardian will explain how your function "shows a troubling belief that problems can be solved by combining things."&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%2Fih2dnosk64k6hc4u2dgn.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%2Fih2dnosk64k6hc4u2dgn.png" alt=" " width="800" height="892"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Five Horsemen of Code Review
&lt;/h3&gt;

&lt;p&gt;Every enterprise platform needs opinionated reviewers. MergeGuardian ships with five, each backed by its own Gemini system prompt that gives the AI a distinct personality:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Persona&lt;/th&gt;
&lt;th&gt;Title&lt;/th&gt;
&lt;th&gt;Blocking Style&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;🛡️ Guardian Core&lt;/td&gt;
&lt;td&gt;Senior Review Orchestrator&lt;/td&gt;
&lt;td&gt;References fake policies like "Guardian Policy 7.4.2"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;📋 Compliance Beast&lt;/td&gt;
&lt;td&gt;Chief Policy Enforcement Officer&lt;/td&gt;
&lt;td&gt;Sees SOC2 violations in your variable names&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;💀 Staff Engineer of Doom&lt;/td&gt;
&lt;td&gt;Principal Taste Architect&lt;/td&gt;
&lt;td&gt;Has seen better implementations in languages you haven't learned yet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;🤖 AI Optimizer&lt;/td&gt;
&lt;td&gt;Metrics &amp;amp; Confidence Analyst&lt;/td&gt;
&lt;td&gt;Your semantic drift score is 0.89. Acceptable range: 0.00 to 0.02.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;😊 Passive-Aggressive Teammate&lt;/td&gt;
&lt;td&gt;Friendly Neighborhood Blocker&lt;/td&gt;
&lt;td&gt;"Just a thought, but have you considered not merging this? Totally up to you! 😊"&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Each persona has its own Gemini system prompt, its own blocking patterns, and its own way of making you question your career choices. Same model. Same API. Five completely different voices. That's the fun part of Gemini's system prompt flexibility.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Loading Theater
&lt;/h3&gt;

&lt;p&gt;No enterprise tool is complete without unnecessary ceremony. When you submit a review, the Guardian runs through a 12-stage "Enterprise Review Pipeline":&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%2Foo1atth45yn5y5m3y7kw.gif" 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%2Foo1atth45yn5y5m3y7kw.gif" alt=" " width="760" height="323"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The stages include gems like "Validating emotional idempotency" and "Cross-referencing naming karma." A progress bar ticks up from 0% to 100%. The final stage, "Finalizing disappointment," always fails with a red X. Because of course it does.&lt;/p&gt;

&lt;p&gt;Here's the funny part: Gemini 2.0 Flash responds in 1-3 seconds. The loading theater takes longer than the actual AI generation. Enterprise ceremony demands it.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Appeal System
&lt;/h3&gt;

&lt;p&gt;Here's where it gets good. After your merge gets blocked, you can file an appeal. The "Senior Merge Arbitration Officer" reviews your case via a fresh Gemini call and... denies it. With even more elaborate reasoning.&lt;/p&gt;

&lt;p&gt;Not satisfied? Escalate to the "Principal Philosophy of Code Director." Still denied. Final appeal goes to the "Supreme Architect of the Eternal Codebase." Three rounds of escalating absurdity, each powered by a separate Gemini API call with its own system prompt that shifts the AI's entire personality.&lt;/p&gt;

&lt;p&gt;Round 3 denials hit different: &lt;em&gt;"We ran your code through a quantum computer. In every possible timeline, this merge was blocked."&lt;/em&gt;&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%2Fhzxcai4kookessmlnfic.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%2Fhzxcai4kookessmlnfic.png" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Code Quality Roast
&lt;/h3&gt;

&lt;p&gt;Click "Run Code Quality Analysis" and Gemini generates a full enterprise metrics dashboard for your code. The AI returns structured JSON with scores, grades, and per-metric roast explanations. Every metric is suspiciously terrible:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Semantic Cohesion: 12%&lt;/strong&gt; ... "Your functions communicate like divorced parents at a school play"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bus Factor Resilience: 3%&lt;/strong&gt; ... "If you get hit by a bus, this code dies alone"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vibe Alignment Score: 8%&lt;/strong&gt; ... "This code has the structural integrity of a house of cards in a wind tunnel"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overall grade: F. AI confidence: 99.7% certain this should not ship.&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%2Fxwkch59qnlugw84z7ol1.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%2Fxwkch59qnlugw84z7ol1.png" alt=" " width="800" height="578"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Bring Your Own Gemini Key 🔑
&lt;/h3&gt;

&lt;p&gt;You can paste your own Google Gemini API key directly in the UI. It stays in your browser's &lt;code&gt;localStorage&lt;/code&gt; and never goes anywhere except the app's own API routes. No &lt;code&gt;.env&lt;/code&gt; file. No cloning repos. Just grab a &lt;a href="https://aistudio.google.com/apikey" rel="noopener noreferrer"&gt;free key from Google AI Studio&lt;/a&gt;, paste it in, and unlock AI-powered reviews instantly.&lt;/p&gt;

&lt;p&gt;The Gemini free tier gives you 60 requests per minute and 1,000 per day. That's enough to get roasted hundreds of times without spending a cent. The entire app runs at zero cost.&lt;/p&gt;

&lt;p&gt;Without a key the app still works perfectly. Our handcrafted fallback engine has 80+ jokes and serves the same JSON shape. But with Gemini the reviews get personal.&lt;/p&gt;

&lt;h3&gt;
  
  
  10 Sample PRs to Get Roasted
&lt;/h3&gt;

&lt;p&gt;Don't have code handy? Pick from 10 pre-loaded PRs including "Fix typo in button label" (still gets blocked), "feat: implement entire todo app" (built during a meeting, naturally rejected), "feat: add vibe-based code generation" (the Guardian has thoughts about vibes), and "feat: decentralized merge approval via blockchain" (the MergeChain has a 0% approval rate by design).&lt;/p&gt;

&lt;h3&gt;
  
  
  Easter Eggs 🫖
&lt;/h3&gt;

&lt;p&gt;Visit &lt;code&gt;/418&lt;/code&gt; and you'll find an ASCII art teapot with animated steam, a tribute to RFC 2324, and a teapot status dashboard showing: Temperature ∞°C, Brew Status: Philosophically Brewing, Capacity: Unlimited Disappointment.&lt;/p&gt;

&lt;p&gt;The 404 page is on brand too. Even our errors reject you.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://april-fools-hackathon.vercel.app/" rel="noopener noreferrer"&gt;april-fools-hackathon.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Paste code. Pick a persona. Get blocked. Appeal. Get blocked harder. Share your rejection on Twitter.&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%2Fkg1ju7kkdueei6chdkhy.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%2Fkg1ju7kkdueei6chdkhy.png" alt=" " width="800" height="595"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ArqamWaheed" rel="noopener noreferrer"&gt;
        ArqamWaheed
      &lt;/a&gt; / &lt;a href="https://github.com/ArqamWaheed/april-fools-hackathon" rel="noopener noreferrer"&gt;
        april-fools-hackathon
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🛡️ MergeGuardian 9000&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;The AI-powered code review platform that blocks every merge — for your own good.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"Your code compiles, tests pass, but the universe has not consented."&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;MergeGuardian 9000 is an enterprise-grade AI pull request review platform with a &lt;strong&gt;0.00% approval rate&lt;/strong&gt;. Paste your code, select a reviewer persona, and watch as the Guardian finds profoundly absurd reasons to block your merge.&lt;/p&gt;
&lt;p&gt;Built for the &lt;a href="https://dev.to/devteam/join-our-april-fools-challenge-for-a-chance-at-tea-rrific-prizes-1ofa" rel="nofollow"&gt;DEV April Fools Challenge 2026&lt;/a&gt;.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;✨ Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;5 Reviewer Personas&lt;/strong&gt; — Each with a unique personality and blocking style:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Guardian Core&lt;/strong&gt; — Senior Review Orchestrator&lt;/li&gt;
&lt;li&gt;📋 &lt;strong&gt;Compliance Beast&lt;/strong&gt; — Chief Policy Enforcement Officer&lt;/li&gt;
&lt;li&gt;💀 &lt;strong&gt;Staff Engineer of Doom&lt;/strong&gt; — Principal Taste Architect&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;AI Optimizer&lt;/strong&gt; — Metrics &amp;amp; Confidence Analyst&lt;/li&gt;
&lt;li&gt;😊 &lt;strong&gt;Passive-Aggressive Teammate&lt;/strong&gt; — Friendly Neighborhood Blocker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Gemini AI Integration&lt;/strong&gt; — Uses &lt;code&gt;gemini-2.0-flash&lt;/code&gt; across 3 endpoints with 8+ system prompts for contextually absurd reviews, appeal denials, and code roasts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Bring&lt;/strong&gt;…&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ArqamWaheed/april-fools-hackathon" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Project Structure
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;src/
├── app/
│   ├── api/
│   │   ├── review/route.ts       # Main review endpoint (Gemini AI)
│   │   ├── appeal/route.ts       # Appeal escalation endpoint (Gemini AI)
│   │   └── roast/route.ts        # Code metrics roast endpoint (Gemini AI)
│   ├── 418/page.tsx              # 🫖 Easter egg
│   ├── not-found.tsx             # On-brand 404
│   ├── layout.tsx                # Root layout
│   └── page.tsx                  # Main orchestrator
├── components/
│   ├── PRHeader.tsx              # PR breadcrumb &amp;amp; labels
│   ├── CodeInput.tsx             # Code editor with line numbers
│   ├── SamplePRSelector.tsx      # 10 sample PR picker
│   ├── ReviewerSwitcher.tsx      # 5 persona selector
│   ├── ApiKeyInput.tsx           # Gemini API key input (localStorage)
│   ├── LoadingTheater.tsx        # 12-stage pipeline animation
│   ├── VerdictCard.tsx           # Review verdict display
│   ├── CheckRunList.tsx          # Fake status checks
│   ├── ReviewComments.tsx        # Inline review comments
│   ├── MergeBox.tsx              # Permanently blocked merge button
│   ├── AppealFlow.tsx            # 3-round appeal escalation
│   └── RoastDashboard.tsx        # Enterprise metrics roast
└── lib/
    ├── types.ts                  # TypeScript interfaces
    ├── sample-prs.ts             # 10 sample PRs, 5 personas
    ├── fallback.ts               # Review fallback (80+ jokes)
    ├── appeal.ts                 # Appeal prompts + fallback
    ├── roast.ts                  # Roast prompts + fallback
    ├── prompts.ts                # Gemini prompt builders
    └── ai.ts                     # Gemini API integration
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The Multi-Agent Gemini Architecture
&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%2Fm6esqz1oy0r0hm8sib3z.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%2Fm6esqz1oy0r0hm8sib3z.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This isn't a single API call to Gemini with "be funny." MergeGuardian uses &lt;strong&gt;3 distinct Gemini-powered endpoints&lt;/strong&gt;, each with a different AI "role" and system prompt:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Endpoint&lt;/th&gt;
&lt;th&gt;AI Role&lt;/th&gt;
&lt;th&gt;What It Does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;POST /api/review&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Code Reviewer&lt;/td&gt;
&lt;td&gt;Reads your actual code, generates verdict + checks + comments + block reason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;POST /api/appeal&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Merge Arbitration Officer&lt;/td&gt;
&lt;td&gt;Reviews your appeal against the original block, always denies with escalating absurdity&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;POST /api/roast&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Code Quality Analyst&lt;/td&gt;
&lt;td&gt;Generates fake enterprise metrics with devastating per-metric explanations&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Every endpoint follows the same pattern:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Build a persona-specific system prompt&lt;/li&gt;
&lt;li&gt;Send code + context to &lt;code&gt;gemini-2.0-flash&lt;/code&gt; via the Google Generative AI SDK&lt;/li&gt;
&lt;li&gt;Get structured JSON back via &lt;code&gt;responseMimeType: "application/json"&lt;/code&gt;, Gemini's native structured output mode&lt;/li&gt;
&lt;li&gt;If Gemini fails (rate limit, timeout, no key), fall back to handcrafted template engine&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The fallback engines aren't afterthoughts. Each one has its own curated joke bank: 80+ review comments across 5 categories (bureaucratic, anthropomorphic, metrics, passive-aggressive, philosophical), 14 fake checks, 16 block reasons, 18 impossible next steps, 24+ appeal denial rulings, and a full library of fake enterprise metrics. The app is hilarious with or without an API key.&lt;/p&gt;

&lt;p&gt;Here's how the review prompt works under the hood:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Each persona gets a tailored system prompt&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;PERSONA_PROMPTS&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;guardian_core&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;You are balanced but firm. Every PR has potential, but none 
    are ready. Reference fake standards like 'Guardian Policy 7.4.2'...&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;compliance_beast&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;You see policy violations everywhere. Reference audit 
    trails, SOC2, change management protocols...&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="na"&gt;passive_aggressive_teammate&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Phrase everything as friendly suggestions 
    that are absolutely requirements. Use 'just a thought' and 
    'totally up to you' liberally. You are smiling while blocking.&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The appeal system uses escalating round-based prompts. Round 1 is bureaucratic ("Your appeal has been forwarded to the Department of Merge Ethics. Average response time: 6-8 business millennia."). Round 2 gets philosophical. Round 3 goes full existential. Each round is a separate Gemini call with a different system prompt, so the AI's personality genuinely shifts as you escalate.&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%2F6doyfkoh56wi3f69i094.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%2F6doyfkoh56wi3f69i094.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Google AI Toolchain
&lt;/h3&gt;

&lt;p&gt;Building 8+ system prompts for different AI characters is a lot of prompt engineering. &lt;strong&gt;Google AI Studio&lt;/strong&gt; was the backbone of that process. I used the chat playground to prototype every persona voice, swapping system instructions to A/B test whether the Compliance Beast sounded different enough from the Staff Engineer of Doom. I validated that Gemini's structured output mode could handle complex nested JSON. Arrays of checks. Inline comments. Metric objects. All reliably typed. When a prompt needed iteration, I could edit the system instruction and re-run the same user input instantly.&lt;/p&gt;

&lt;p&gt;I also used &lt;strong&gt;Gemini CLI&lt;/strong&gt; (&lt;code&gt;npx @google/gemini-cli&lt;/code&gt;) for rapid prompt testing straight from the terminal. When I wanted to quickly test how a persona responded to a specific code snippet without context-switching to the browser, I'd pipe code directly into Gemini from the command line. Useful for fast iteration on edge cases, like making sure the AI Optimizer persona generates fake metrics with decimal precision even for a one-line function.&lt;/p&gt;

&lt;p&gt;I explored a few other Google AI features during development that didn't make the cut. &lt;strong&gt;Nano Banana&lt;/strong&gt;, Google's image generation model, was tempting. I considered having it generate fake "architecture violation diagrams" as part of the review. Imagine a UML diagram of why your code is spiritually misaligned. But in testing, the text roasts were funnier than any image could be. We also looked at &lt;strong&gt;function calling&lt;/strong&gt; for simulating tool-use patterns in reviews, &lt;strong&gt;code execution&lt;/strong&gt; for actually running the submitted code and roasting the output, and &lt;strong&gt;Google Search grounding&lt;/strong&gt; for finding real coding standards to parody. In each case, the simpler approach won. The comedy comes from Gemini playing a character and committing to the bit, not from adding complexity.&lt;/p&gt;

&lt;p&gt;For deployment, the app is &lt;strong&gt;Google Cloud Run-ready&lt;/strong&gt;. The repo includes a multi-stage &lt;code&gt;Dockerfile&lt;/code&gt; optimized for Next.js standalone output and a &lt;code&gt;cloudbuild.yaml&lt;/code&gt; for automated builds via Google Cloud Build. One &lt;code&gt;gcloud builds submit&lt;/code&gt; and the app is live on Cloud Run with auto-scaling, managed TLS, and the free tier covering 2 million requests per month. The live demo runs on Vercel for convenience, but the Cloud Run configs are there and tested. Full Google stack, top to bottom.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Stack
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;th&gt;Role&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Google Gemini API (&lt;code&gt;gemini-2.0-flash&lt;/code&gt;)&lt;/td&gt;
&lt;td&gt;AI generation (3 endpoints, 8+ system prompts, structured JSON output)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Google AI Studio&lt;/td&gt;
&lt;td&gt;Prompt prototyping, system instruction editing, structured output validation, persona A/B testing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemini CLI (&lt;code&gt;npx @google/gemini-cli&lt;/code&gt;)&lt;/td&gt;
&lt;td&gt;Rapid terminal-based prompt testing during development&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Next.js 14 (App Router)&lt;/td&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TypeScript (strict mode)&lt;/td&gt;
&lt;td&gt;Language&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tailwind CSS v3&lt;/td&gt;
&lt;td&gt;Styling (custom &lt;code&gt;guardian&lt;/code&gt; color palette)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lucide React&lt;/td&gt;
&lt;td&gt;Icons&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vercel&lt;/td&gt;
&lt;td&gt;Deployment&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Why It's Not Just "Call Gemini and Be Funny"
&lt;/h3&gt;

&lt;p&gt;The entire comedy engine runs on Gemini playing characters. Not templates. Not mad-libs. The AI reads your code, inhabits a persona, and improvises within a structured JSON schema. That's what makes every review different.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Per-persona prompt engineering.&lt;/strong&gt; Five distinct system prompts, each producing genuinely different blocking patterns. The Compliance Beast cites fake audit trails. The AI Optimizer invents metrics to false precision. The Passive-Aggressive Teammate smiles while destroying your confidence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Structured JSON output.&lt;/strong&gt; Gemini doesn't return a blob of text. It returns typed JSON with verdict, checks, comments, block reasons, and next steps via &lt;code&gt;responseMimeType: "application/json"&lt;/code&gt;. Every field maps to its own UI component. No parsing. No regex. No "please format your response as JSON." Just Gemini's native structured output mode. This is a key Google AI feature that made the whole architecture possible, letting AI-generated comedy flow directly into typed React components.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Graceful degradation.&lt;/strong&gt; Every Gemini endpoint has a matching fallback generator that produces the exact same JSON shape. If the API is down, the demo still works perfectly. You'll never see an error state.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Three distinct AI roles.&lt;/strong&gt; The reviewer, the arbitration officer, and the metrics analyst each have different system prompts, different response schemas, and different comedy patterns. This isn't one trick repeated three times.&lt;/p&gt;

&lt;p&gt;Honestly, the whole reason this project exists is because Gemini turned out to be surprisingly good at playing different characters. I started with one API call and ended up with three endpoints because each "reviewer persona" needed its own voice, its own system prompt, its own response format. I prototyped all of them in Google AI Studio first, tweaking system instructions and testing structured output until the JSON was reliable and the jokes were landing. The structured JSON output made it possible to pipe AI-generated comedy directly into typed UI components without parsing nightmares. That rabbit hole is what made the project fun to build.&lt;/p&gt;

&lt;p&gt;And I think it's fun to use because every developer has lived this. The reviewer who blocks your typo fix over "architectural implications." The one who says "just a thought" and then marks it as a blocker. MergeGuardian takes that universal pain and turns it into something you can screenshot, tweet, and argue about in Slack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Best Google AI Usage
&lt;/h3&gt;

&lt;p&gt;I'm submitting for Best Google AI Usage because Google Gemini isn't a feature of MergeGuardian 9000. It &lt;em&gt;is&lt;/em&gt; MergeGuardian 9000. The entire comedy engine is Gemini playing characters and committing to the bit. Not templates. Not mad-libs. Every review is improvised.&lt;/p&gt;

&lt;p&gt;Here's the full scope of Google AI integration:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3 Gemini-powered API endpoints&lt;/strong&gt;, each acting as a different AI agent. The code review endpoint has 5 persona-specific system prompts. The appeal endpoint has 3 round-based system prompts that shift from bureaucratic to philosophical to existential. The roast endpoint generates structured metric data with AI explanations. That's &lt;strong&gt;8+ unique Gemini system prompts&lt;/strong&gt; across the app.&lt;/p&gt;

&lt;p&gt;Every endpoint uses Gemini's native &lt;strong&gt;structured JSON output&lt;/strong&gt; (&lt;code&gt;responseMimeType: "application/json"&lt;/code&gt;). The AI returns typed objects with verdicts, arrays of checks, inline comments, metric scores, and denial rulings. No string parsing. No regex extraction. Just structured data flowing directly into React components.&lt;/p&gt;

&lt;p&gt;All prompt engineering was done in &lt;strong&gt;Google AI Studio&lt;/strong&gt;. Every persona voice was prototyped in AI Studio's chat playground. I used system instruction swapping to A/B test persona voices, validated complex nested JSON schemas in structured output mode, and iterated appeal escalation prompts until the comedic arc from Round 1 to Round 3 landed right. AI Studio was the prompt workshop. The codebase was just the final deployment.&lt;/p&gt;

&lt;p&gt;I used &lt;strong&gt;Gemini CLI&lt;/strong&gt; (&lt;code&gt;npx @google/gemini-cli&lt;/code&gt;) for fast terminal-based prompt testing. When I needed to check how a specific persona handled a code snippet without opening AI Studio, I'd test it right from the command line. Great for edge cases and quick iterations.&lt;/p&gt;

&lt;p&gt;The app has a &lt;strong&gt;Bring Your Own Key&lt;/strong&gt; feature that links directly to &lt;a href="https://aistudio.google.com/apikey" rel="noopener noreferrer"&gt;Google AI Studio's API key page&lt;/a&gt;. Users grab a free key, paste it in, and unlock AI reviews. The Gemini &lt;strong&gt;free tier&lt;/strong&gt; (60 requests/minute, 1,000/day) runs the entire app at zero cost. No billing required. No API key required for the demo either, since the fallback engine serves the same JSON shape.&lt;/p&gt;

&lt;p&gt;I chose &lt;strong&gt;Gemini 2.0 Flash&lt;/strong&gt; specifically for speed. It responds in 1-3 seconds, which means the fake 12-stage "Enterprise Review Pipeline" loading theater genuinely takes longer than the actual AI generation. The model handles persona-switching through system prompts remarkably well. Five genuinely different reviewer voices from one model.&lt;/p&gt;

&lt;p&gt;We explored other Google AI capabilities too. &lt;strong&gt;Function calling&lt;/strong&gt; for simulating tool-use patterns in reviews. &lt;strong&gt;Code execution&lt;/strong&gt; for actually running submitted code and roasting the output. &lt;strong&gt;Google Search grounding&lt;/strong&gt; for finding real coding standards to parody. &lt;strong&gt;Nano Banana&lt;/strong&gt; for generating fake architecture violation diagrams. In each case, the simpler approach was funnier. The comedy works because Gemini inhabits a character and stays in character. Adding more features would have diluted that.&lt;/p&gt;

&lt;p&gt;The final count: 3 Gemini-powered endpoints, 8+ system prompts, structured JSON on every call, AI Studio for prototyping, Gemini CLI for testing, Cloud Run deployment configs in the repo, BYOK with an AI Studio link, and the entire thing running on the free tier. Every review, every appeal denial, every devastating metric explanation. That's all Google.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;No code was actually approved in the making of this application. Approval rate: 0.00%.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Schedio – Highlight to Calendar in 5 Seconds</title>
      <dc:creator>Arqam Waheed</dc:creator>
      <pubDate>Sat, 14 Feb 2026 13:36:00 +0000</pubDate>
      <link>https://forem.com/arqamwd/schedio-highlight-to-calendar-in-5-seconds-18pi</link>
      <guid>https://forem.com/arqamwd/schedio-highlight-to-calendar-in-5-seconds-18pi</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 created a &lt;strong&gt;Google Chrome extension&lt;/strong&gt; that instantly turns any highlighted text on a webpage into a Google Calendar event - no tab switching, no copy-pasting, no friction.&lt;/p&gt;

&lt;p&gt;I thought of this idea because adding events on google calendar takes me way more time than it needs to, and there was no solution for this problem in a convenient way like I needed. I was sure that other people with no technical depth must be facing this issue to, so I decided to change that.&lt;/p&gt;

&lt;p&gt;Schedio was built &lt;strong&gt;almost entirely by GitHub Copilot CLI&lt;/strong&gt;, while I only handled setup tasks like OAuth, agent documentation, the product requirements and a little bit of manual debugging. By prompting Copilot effectively, I focused solely on the design aspects — almost no code had to be written manually, except for minor adjustments like time conversion fixes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;With schedio you just have to:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Highlight a meeting time&lt;/li&gt;
&lt;li&gt;Right-click → &lt;strong&gt;"Create Event with Schedio"&lt;/strong&gt; (or use the keyboard shortcut)&lt;/li&gt;
&lt;li&gt;Review the pre-filled details in a sleek modal&lt;/li&gt;
&lt;li&gt;Click "Create Event" → the event lands in your Google Calendar instantly&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The project is currently &lt;strong&gt;under review for Chrome Web Store publication&lt;/strong&gt;, but the source is public on my &lt;a href="https://github.com/ArqamWaheed/schedio" rel="noopener noreferrer"&gt;Github repo&lt;/a&gt;. Follow the README for setup instructions!&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%2F8w3lr5gapvb6y1y0mucv.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%2F8w3lr5gapvb6y1y0mucv.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will be updating this post as soon as the review is done and link the chrome extension for ease of access.&lt;/p&gt;




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

&lt;p&gt;Here’s a &lt;strong&gt;live demo&lt;/strong&gt; of Schedio in action:&lt;/p&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/pHS1S02qzhE"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;p&gt;At the time of writing, Schedio isn’t yet published on the Chrome Web Store, so setup requires following the instructions in my &lt;a href="https://github.com/ArqamWaheed/schedio" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt;. Once you’ve completed the setup, using Schedio is simple:&lt;/p&gt;

&lt;p&gt;1) &lt;strong&gt;Go to Schedio Options&lt;/strong&gt; and enter your &lt;strong&gt;Gemini API key&lt;/strong&gt; to enable AI parsing. There is a public shared API key, but it may be rate-limited, so it’s recommended to add your own — it’s free!&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%2Fi3hsagztr6vhfijnpmuo.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%2Fi3hsagztr6vhfijnpmuo.png" alt="Options page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) &lt;strong&gt;Highlight&lt;/strong&gt; text on any webpage containing event information.&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%2Fkt8jsws0k05gj0jl1rbl.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%2Fkt8jsws0k05gj0jl1rbl.png" alt="Highlight example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) &lt;strong&gt;Right-click&lt;/strong&gt; and select &lt;strong&gt;"Create Event with Schedio"&lt;/strong&gt; (or use the keyboard shortcut &lt;u&gt;Alt+Shift+S&lt;/u&gt;). The shortcut can also be customized through the options page.&lt;/p&gt;

&lt;p&gt;4) A sleek &lt;strong&gt;modal pops up&lt;/strong&gt;, pre-filled with AI-parsed details like title, date, time, and location.&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%2F37yklebtssclwtxv30ee.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%2F37yklebtssclwtxv30ee.png" alt="Modal example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5) &lt;strong&gt;Review&lt;/strong&gt; the details and click &lt;strong&gt;"Create Event"&lt;/strong&gt;. The event is added &lt;strong&gt;instantly to your Google Calendar&lt;/strong&gt;. You’ll only need to link your Google account via OAuth the first time — after that, creating events is seamless.&lt;/p&gt;




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

&lt;p&gt;Building Schedio was my first time shipping a full Chrome extension, and it involved a lot more moving pieces than I expected. OAuth flows, Chrome extension permissions, background scripts, content script messaging, AI parsing, and Google Calendar integration all had to work together seamlessly.&lt;/p&gt;

&lt;p&gt;I used GitHub Copilot CLI to generate most of the implementation, but I did not treat it like autopilot. I defined the architecture, structured the prompts carefully, and reviewed everything it produced. When something broke, I debugged it myself.&lt;/p&gt;

&lt;p&gt;One issue that stood out was a silent failure when creating calendar events. The modal worked, the parsed data looked correct, but the event simply was not appearing in Google Calendar. There were no clear errors. After tracing logs across the background script and OAuth token flow, I realized the access token was expiring earlier than expected and the refresh logic was not being triggered properly. Copilot had scaffolded the initial OAuth integration, but I had to step in, inspect the token lifecycle, and restructure the flow so the token was validated before every API call. Once fixed, event creation became consistent and instant.&lt;/p&gt;

&lt;p&gt;Another time, AI-parsed times were being converted incorrectly for users in different time zones. Instead of patching it blindly, I isolated the formatting logic, tested edge cases, and adjusted the conversion logic to normalize everything before sending it to Google Calendar.&lt;/p&gt;

&lt;p&gt;Using Copilot CLI did not remove responsibility completely, but it was able to help me ship schedio WAY FASTER than I could ever have before. I felt a lot more productive using copilot.&lt;/p&gt;

&lt;h2&gt;
  
  
  Beyond Development
&lt;/h2&gt;

&lt;p&gt;The help didn’t stop at coding. Copilot made it possible to ship a complete product fast. I used it to generate branding ideas, logo prompts, privacy policy drafts, and even content for demo posts. Normally, figuring all that out would take hours of brainstorming and trial-and-error. Instead, I could feed suggestions into tools like Nanobanana, tweak them, and get polished results. In just a few days, I went from concept to a fully working, branded extension with marketing-ready copy.&lt;/p&gt;

&lt;p&gt;This approach didn’t just make development faster but it also let me release a polished, full-featured product on my first try while keeping the user experience smooth and seamless.&lt;/p&gt;

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