ANTIGRAVITY LABJP
TAG

ai-agent

18 articles
Back to all tags
Related:
antigravity12code-review5automation4testing4workflow4ci-cd3troubleshooting3refactoring2git2npm2typescript2multi-agent2
Agents/2026-03-28Intermediate

Designing a SKILL.md-Driven Code Review Agent

As AI accelerates implementation, review workload grows. Learn how to design a code review agent around SKILL.md — including a 9-step review process, quality guides, and custom instruction architecture.

Antigravity/2026-03-27Advanced

Browser Sub-Agent Practical Guide — AI Autonomously Operating the Web

How to hand nightly browser automation to an Antigravity agent safely: a read/mutate/irreversible permission model, plus a measured rate-limit comparison that cut 429s from 147 to single digits.

Editor/2026-03-27Intermediate

How to Resolve Git Merge Conflicts with AI in Antigravity

Learn how to leverage Antigravity's AI agent to efficiently resolve Git merge conflicts. Covers Diff View integration, complex conflict patterns, and team workflow best practices.

Agents/2026-03-26Intermediate

Antigravity Multi-Agent Workflow Guide — Accelerate Development with Multiple AIs

Learn how to use Antigravity's multi-agent features to dramatically speed up your development workflow. From Manager Surface basics to advanced agent coordination patterns.

AI Tools/2026-03-26Advanced

Antigravity × AI-Powered Documentation — Build an Automated Doc Generation Pipeline from Your Codebase

Learn how to build an automated documentation pipeline using Antigravity's AI agents. From JSDoc/TSDoc parsing to Markdown output and CI/CD integration, this guide covers practical workflows for keeping your docs in sync with code.

Tips/2026-03-11Intermediate

Debugging and Testing with Antigravity — Prompt Patterns That Held Up in Solo Development

How to hand the first move of debugging and test generation to Google Antigravity's AI agents — the prompt patterns I rely on, and the context to add so the agent doesn't latch onto the wrong fix.