Skip to content
Development
Command

/vet

Vet the staged change: run the implement-review review loop (short alias)

From plugin
anywhere-agents
2447 skills1 agent7 commands
Install
$ npx -y skills add yzhao062/anywhere-agents --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/vet

Context preview

What this command does when you run it.

Vet the staged change: run the implement-review review loop (short alias)

Command definition

vet.md
description: "Vet the staged change: run the implement-review review loop (short alias)"
argument-hint: "[both|agy|claude|copilot|codex] [auto|cli|auto-terminal|manual|plugin] [focus...]"
alias-of: implement-review

Read and follow the skill definition. Look for it at `skills/implement-review/SKILL.md` first, then `.claude/skills/implement-review/SKILL.md`, then `.agent-config/repo/skills/implement-review/SKILL.md`.

Command arguments from the slash invocation: `$ARGUMENTS`

Treat the command arguments as part of the user's current task. `auto`, `cli`, and `auto-terminal` opt into the Auto-terminal channel. `manual`, `back to manual`, and `use terminal-relay` force Terminal-relay. With Auto-terminal as the user default, `/vet agy` selects Antigravity directly; `gemini` and `antigravity` remain aliases. No reviewer token selects Codex. `/vet both` runs Codex and Agy for the same round, one after the other.

Apply it to the user's current task. Also read the supporting files under the skill's references/ directory as needed.

Ships withanywhere-agents

One config for every agent — Claude Code, Codex, and whatever comes next. Start with effective defaults. Add packs, small bundles of rules, skills, or permissions, as you need them. One AGENTS.md drives every agent in every repo on every machine.

Get the whole plugin

Other commands on anywhere-agents.