Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 145% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 110% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 116% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 104% | 0% |
Review whether an agent can perform, verify, and discover the same meaningful action a user can.
The standard is simple:
txtuser action -> agent route -> source owner -> proof command/artifact -> handoff
If one link is missing, the workflow is not agent-native.
.agents/**, .claude/**, .codex/**, skills, prompts, hooks, commands, orworkflow docs changed.
integration.
same surface a human can.
paths.
entry, CAPTCHA, legal acceptance, biometric unlock, or OS permission prompts.
to act well.
or copied output.
maintainer would trust.
command docs, tool schema, or public API docs an agent is expected to read.
edit, and commit them.
Assume Codex is the agent runtime unless the repo says otherwise. Prefer the most repeatable proof and interaction layer that can cover the action:
typecheck, lint, import smoke, generated-mirror audit, and source audit are the default proof layer. If a behavior can be proved there, do that before driving an app by hand.
when tests cannot fully prove rendered behavior, native selection, focus, navigation, screenshots, console/network state, or real route behavior.
existing Chrome state, profile, tabs, extensions, cookies, or a site state that Browser cannot access.
that tests, Browser, and Chrome cannot reach. Treat it as powerful but brittle; record exact manual proof and any limits.
Do not jump straight to UI automation when a focused test, command, or source audit gives stronger evidence. Do not claim a behavior is agent-native unless the selected layer can be rerun or described precisely enough for another agent to repeat.
autogoal for durable or measurable work. The first checkpoint must copyagent-native requirements into the plan before implementation.
sync-skills when a skill, rule, template, or generated mirror crossesrepo boundaries. Shared behavior belongs in dotai; repo policy stays local.
sync-vision when the missing parity is reusable taste or doctrine, notjust one task's mechanics.
resolve-pr-feedback for PR review feedback. Do not nest mandatoryautoreview; only recommend it after a complete end-to-end feature when an optional independent second pass could materially help.
hard-cut when stale compatibility, fake aliases, dead commands, orduplicate agent routes should be deleted rather than wrapped.
tdd or diagnosing-bugs when the parity gap is a real behavior bug,flaky proof, or unclear failure path.
Classify the action surface:
| Surface | Examples | |---|---| | Skill/workflow | SKILL.md, .mdc, plan template, generated mirror, lockfile | | Command/tool | CLI command, script, MCP tool, GitHub workflow, package script | | Public API | exported package API, docs example, release artifact | | Product action | button, form, keyboard shortcut, browser route, OS/device path | | Maintainer action | issue triage, PR feedback, security advisory, release lane |
For incremental reviews, start from the changed files and expand only to the source owner, generated mirror, lockfile, command, or docs that prove parity.
Use this map for every meaningful action:
| User action | Agent route | Source owner | Mirror/lock/doc | Proof | Status | |---|---|---|---|---|---| | action | skill/tool/command | file/path | generated/config/doc | command/artifact | pass/gap/N/A |
Status rules:
pass: source owner, route, proof, and discoverability are present.gap: agent cannot safely perform or verify the action.N/A: intentionally human-only or outside the current repo authority, with aconcrete reason.
Flag any workflow that asks agents to edit output instead of source.
Common source boundaries:
| Output | Source owner | |---|---| | .agents/skills/**/SKILL.md installed mirror | external skill package or .agents/rules/** source | | .claude/skills/**/SKILL.md installed mirror | external skill package or .agents/rules/** source | | root AGENTS.md generated block | .agents/AGENTS.md or repo generator input | | generated barrel/export file | package source plus barrel generator command | | generated docs/template output | registry/package/docs source named by repo policy | | copied skill in many repos | dotai source plus Skills CLI install/update |
Finding severity is high when the wrong owner would make future agents lose the fix during sync.
The route must be usable without hidden human context:
AGENTS.md,README, or command docs;
merge, publish, delete.
Do not demand a wrapper skill for every small action. Prefer patching the owner skill, AGENTS routing, or command docs when an existing route fits.
Every important agent action needs a verification path:
N/A reason when no automated proof fits.Proof must run in the owning workspace. A downstream install is not proved by a source-package validation alone, and a source-package change is not proved by a downstream command alone.
Agents need the same operational context a human maintainer uses:
not verified;
If the missing context is reusable taste, route to sync-vision. If it is workflow mechanics, patch the skill/template. If it is one-off, record it in the active plan or final handoff.
Use severity by consequence:
P0: agent can perform a destructive/public action without authority orproof.
P1: important user or maintainer action has no safe agent route, or thesource/generated boundary is wrong.
P2: route exists but is hard to discover, lacks proof, or will rot duringsync.
P3: wording or docs polish that would improve agent success but is not ablocker.
Suppress low-confidence guesses. If runtime observation is required, ask for or run the proof instead of inventing a finding.
model for agents.
not run yet; request the sync/proof instead.
md## Agent-Native Review ### Verdict PASS | NEEDS WORK ### Capability Map | User action | Agent route | Source owner | Mirror/lock/doc | Proof | Status | |---|---|---|---|---|---| ### Findings 1. [P1] Title -- `file:line` Impact: ... Fix: ... Proof: ... ### Accepted / Rejected - Accepted: ... - Rejected: ... because ... ### Verification - command or source audit -> result ### Needs Attention - ...
Other measured skills in the registry, with their headline benchmark lift.