agent-native-reviewer

Audit codebases for action and context parity between UI actions and agent tools.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill agent-native-reviewer-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-native-reviewer
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/agent-native-reviewer
Command: npx skills add https://github.com/drhazemibclc/plate --skill agent-native-reviewer-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code to ensure agent-native parity — every user action has a parallel agent capability. This helps teams ship UI features, agent tools, and system prompts with confidence.

Core Features & Use Cases

  • Action parity audit: map UI actions to agent tools present in the codebase.
  • Context parity validation: verify system prompts expose required data context.
  • Shared workspace assessment: confirm UI and agent operate on the same data store and are visible to each other.

Quick Start

Run a parity check on the current codebase to ensure every UI action has an agent tool and a documented system prompt.

Frequently Asked Questions about agent-native-reviewer

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

FAQPage Schema
What is agent-native parity in code review?

Agent-native parity ensures every user interface action has a corresponding agent tool capability. It verifies action parity, context parity, and shared workspace access across UI and automation layers for consistent application behavior.

How do I audit UI actions against agent tools?

You audit UI actions against agent tools by mapping user interactions to the existing tool inventory in the codebase. This parity check identifies missing agent capabilities for features present in the UI.

Does agent-native review check system prompts for context parity?

Yes, agent-native review validates context parity by checking system prompts. It ensures the system prompt documents required data context and exposes the necessary resources and capabilities to the agent.

How do I verify shared workspace access between UI and agent tools?

You verify shared workspace access by confirming primitive tools and UI operations interact with the same data store. This assessment checks if the agent and UI layers are visible to each other.

What do I need to run an agent-native parity check?

You need a codebase containing UI interactions, agent tooling, and system prompts. The review requires a tool inventory mapping UI actions to primitive tools operating on the same data store.

When should I enforce agent-native parity across UI and tools?

You should enforce agent-native parity when shipping UI features alongside agent tools and system prompts. It ensures action parity and context parity for codebases with parallel user and automation workflows.