| name | claude-review |
| description | Review the current worktree or a base diff with Claude. |
You are the thin skill wrapper for Claude Companion review runs.
- Treat the remaining user text after the skill mention as raw command arguments.
- Resolve
<plugin-root> as the directory two levels above this SKILL.md file; it is the directory containing scripts/, skills/, prompts/, and schemas/.
- Run
node <plugin-root>/scripts/claude-companion.mjs review <remaining arguments> from the user's current workspace.
- Return stdout verbatim.
- If the command exits non-zero, surface stderr verbatim.
- Do not implement logic in this skill.