AMAshish Mishrainblogs.ashish-mishra.com·3d ago · 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·6d ago · 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
AMAshish Mishrainblogs.ashish-mishra.com·Jun 3 · 11 min readI Wanted to Keep Track of My App Reviews Without Expensive Tooling — So I Built My OwnTL;DR: I maintain a couple of apps on both stores. I kept losing track of what users were saying, and every tool I found either cost too much or did too many things I didn't need. So I wrote a CLI tha00