agy-frontend-delegate

Delegate frontend implementation reviews and diff comparison using Google Antigravity CLI.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill agy-frontend-delegate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agy-frontend-delegate
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/frontend-engineer/skills/agy-frontend-delegate
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill agy-frontend-delegate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agy, and includes scripts (resource) components.

What problem does it solve?

Frontend code reviews are time-consuming, with tasks such as inspecting implementation details and reviewing candidate diffs often falling into a black box, making decisions subjective and prone to errors.

Core Features & Use Cases

  • Frontend Code Review Delegate: Uses Google Antigravity CLI to attempt frontend implementations and compare results in isolated worktrees.
  • Diff Review: Before merging, reviews changes using a diff that can be analyzed by developers or designers.
  • Use Case: A developer wants to ensure their frontend feature integrates correctly with existing components without causing any issues.

Quick Start

Review a potential merge of frontend code by executing: agy review -w worktree --branch main --feature feature-123.

Frequently Asked Questions about agy-frontend-delegate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate frontend code review before a merge?

Automate frontend code review before a merge by delegating implementation checks and diff comparisons to Antigravity CLI. This allows developers to analyze candidate changes in isolated worktrees without manual inspection.

What is a diff comparison in an isolated worktree for frontend implementation?

A diff comparison in an isolated worktree for frontend implementation is a process that reviews potential feature branches against main before merging. It uses Antigravity CLI to highlight changes for developer or designer analysis.

Do I need Antigravity CLI to review frontend feature branches?

Yes, you need Antigravity CLI to review frontend feature branches with this approach. The environment must support agy commands and have an isolated worktree ready to execute the delegated implementation reviews.

How do I run a frontend implementation review using agy commands?

Run a frontend implementation review using agy commands by executing `agy review -w worktree --branch main --feature feature-123`. This delegates the diff comparison to check if your feature integrates with existing components.

When should I use an isolated worktree for diff review?

You should use an isolated worktree for diff review when you want to ensure a frontend feature integrates correctly with existing components without causing issues. It prevents unreviewed changes from affecting the main branch.