T.M. Jensen Posted on May 30 Have Antigravity review prompts update themselves when your codebase changes # antigravity # vibecoding I built a self-improving and healing workflow for Antigravity 2.0 where your AI review prompts update themselves based on your actual codebase. No more stale checklists that still reference packages you removed months ago. The core idea: meta-prompts — instructions that tell the AI to scan your package.json , GEMINI.md , skills , and MCP config , then generate hyper-specific review prompts from scratch. Every time. What's in the repo: 🧠 Self-optimizing prompts for code review, spring cleaning, and architecture review 🔄 Dual-model implementation review (Gemini drafts the plan, Claude stress-tests it) 🛠️ Modular .skills/ the AI loads on-demand instead of bloating every conversation 📊 Timestamped review reports with retention policies — resolved issues stay resolved 📱 A script that consolidates all your docs into a single .md for Gemini Gem so you can query your repo from your phone with Gemini. GitHub: antigravity-self-evolving-reviews The README has a TLDR — you can be running self-evolving reviews on your own project in about 10 minutes . Download, unzip into your workspace, run /run-meta-prompts, then run /spring-cleaning or /code-review. That's it. If you try it, I'd really like to know: does /run-meta-prompts generate prompts that actually match your stack and produce meaningfull code-review, spring-cleaning, ... or does it miss things? That's the part I'm least sure about on projects different from mine. Feedback, suggestions, and PRs welcome! Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you m
Back to Home

Have Antigravity review prompts update themselves when your codebase changes
B
Blizine Admin
·2 min read·0 views
📰Dev.to — dev.to
B
Blizine Admin
View Profile Staff Writer