一键导入
agent-native-reviewer
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and goal-backed workflow repair.
Resolve GitHub PR review feedback with source-backed triage, fixes, autogoal plan state, focused proof, replies, and thread resolution.
Sync root VISION.md from changed human and agent inputs; use when project taste, doctrine, or maintainer judgment should learn from recent plans, docs, skills, reviews, or repeated misses.
Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
| name | agent-native-reviewer |
| description | Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions. |
Review whether an agent can perform, verify, and discover the same meaningful action a user can.
The standard is simple:
user 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, or
workflow docs changed.Assume Codex is the agent runtime unless the repo says otherwise. Prefer the most repeatable proof and interaction layer that can cover the action:
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 copy
agent-native requirements into the plan before implementation.sync-skills when a skill, rule, template, or generated mirror crosses
repo boundaries. Shared behavior belongs in dotai; repo policy stays local.sync-vision when the missing parity is reusable taste or doctrine, not
just one task's mechanics.resolve-pr-feedback for PR review feedback. Do not nest mandatory
autoreview; 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, or
duplicate 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 a
concrete 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;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:
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 or
proof.P1: important user or maintainer action has no safe agent route, or the
source/generated boundary is wrong.P2: route exists but is hard to discover, lacks proof, or will rot during
sync.P3: wording or docs polish that would improve agent success but is not a
blocker.Suppress low-confidence guesses. If runtime observation is required, ask for or run the proof instead of inventing a finding.
## 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
- ...