# Plannotator Review

> Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.

- Skill: `tuyv/plannotator-review` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add tuyv/plannotator-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tuyv/plannotator-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tuyv (https://skillmd.com/u/tuyv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tuyv/plannotator-review

---


# Plannotator Review

Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline.

Run:

```bash
plannotator review [--base <ref>] [--diff-type <type>] [optional-pr-url]
```

Reviewing one layer of a stacked branch? Pass `--base <the branch immediately below yours>` so the review shows only what this layer adds, instead of everything since `main`. Both flags are session-only (the reviewer can change either in the UI; nothing is persisted) and git-only.

Behavior:

1. Launch the command with Bash.
2. Wait for it to finish.
3. If it returns feedback or annotations, address them in the same conversation.
4. If it returns an approval/LGTM-style message, acknowledge that review passed and continue.

Do not ask the user to copy shell commands into chat. Run the command yourself.

