agent-native-reviewer

Review PRs and UI/workflow designs for agent-native action and context parity.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill agent-native-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-native-reviewer
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/agent-native-reviewer
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill agent-native-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers to ensure that agent-enabled systems have parity with human users by reviewing code, PRs, and workflows to verify that all user actions, data visibility, and UI artifacts can be accessed by agents as first-class tools.

Core Features & Use Cases

  • Capability mapping: create a map of UI actions to agent tools, ensuring every user action has a corresponding agent capability.
  • Context-aware prompts: system prompts include runtime app state and available resources.
  • Review workflow: check parity across action, context, and shared workspace; identify gaps and provide fixes.

Quick Start

To begin, run the agent-native-reviewer across a codebase PR to generate a capability map and recommended improvements.

Frequently Asked Questions about agent-native-reviewer

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

FAQPage Schema
How do I ensure agent parity in my code review process?

Agent parity validation checks that all user actions, data visibility, and UI elements are accessible to agents as first-class tools. This Skill reviews PRs and workflows to verify action parity, context parity, and shared workspace alignment, then outputs a capability map and recommended fixes.

What is a capability map and why do I need one for agent-native systems?

A capability map documents the relationship between UI actions and agent tools, ensuring every user action has a corresponding agent capability. This Skill generates it during code review to identify gaps where agents lack parity with human workflows.

How do I review my codebase for agent-native design?

Run the agent-native-reviewer against your PR to validate action parity, context parity, and shared workspace access. It requires documented primitives and runtime context injection, then produces a capability map and improvement recommendations.

What are action parity and context parity in agent-enabled systems?

Action parity means agents can perform every user action; context parity means agents have access to all runtime app state and resources humans do. This Skill validates both dimensions across web and mobile app workflows.

Do I need system prompts with runtime context for agent-native code review?

Yes. System prompts must include injected runtime app state and available resources for the review to validate context parity. This Skill requires documented primitives and runtime context as inputs to assess agent access completeness.

Can this Skill work with mobile and web app architectures?

Yes. Agent-native-reviewer targets PRs and UI/workflow designs across both web and mobile apps, validating that agent capabilities align with user actions and data visibility in each platform.