AMAshish Mishrainblogs.ashish-mishra.com·Aug 6 · 20 min readHow we built Dobby: a CodeRabbit-like PR reviewer we actually controlTL;DR: We wanted PR reviews like the big commercial bots, but with control over cost and where our code goes. We tried Cursor cloud agents, then per-repo GitHub Actions, compared open tools, tried Mod11J
AMAshish Mishrainblogs.ashish-mishra.com·Jul 24 · 9 min readAutomated First-Pass PR Reviews - Build, Buy, or Use Your Coding Agent’s Cloud?TL;DR: I wanted every new PR to get an automatic first-turn brief — summary, risks, security/performance smells — before I deep-dive. After comparing SaaS review bots, building a custom agent, and usi10
AMAshish Mishrainblogs.ashish-mishra.com·Jul 20 · 9 min readYour Team Can Build Dashboards — But Can You Share Them Safely? TL;DR: Non-tech teammates can already build useful internal dashboards — often as a single HTML file with AI's help(claude export). The real problems are sharing, secrets, and control. We solved that 20
AMAshish Mishrainblogs.ashish-mishra.com·Jun 5 · 9 min readI built a very cheap App Review analysis pipeline that also finds Bugs in my app codeI got tired of reading app reviews manually every morning, so I built a command-line tool that pulls reviews from Google Play and the App Store, classifies them (bug, feature request, crash, praise), 00
AMAshish Mishrainblogs.ashish-mishra.com·Jun 5 · 13 min readFrom "You Have a Bug" to "Here's the Root Cause" — Adding AI Code Analysis to My App Review PipelineTL;DR: I built an app review pipeline that classifies bugs and crashes. It was useful but stopped at "what's wrong." I extended it to answer "where in the code" and "what to change" — using a Pydantic00