---
name: Plannotator Review
slug: plannotator-review-3
category: Quality
description: "Plannotator Review opens Plannotator's browser-based code review UI for the current worktree or a pull request URL and acts on any feedback returned."
github: "https://github.com/backnotprop/plannotator/tree/main/apps/skills/core/plannotator-review"
language: TypeScript
stars: 7797
forks: 572
install: "npx degit https://github.com/backnotprop/plannotator/tree/main/apps/skills/core/plannotator-review ~/.claude/skills/plannotator-review"
installs_to: ~/.claude/skills/plannotator-review
source_path: apps/skills/core/plannotator-review/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/backnotprop/plannotator"
added: 2026-08-15T06:51:18.551Z
last_synced: 2026-08-15T06:51:18.551Z
canonical_url: "https://dirskills.com/skills/plannotator-review-3"
---

# Plannotator Review

Plannotator Review opens Plannotator's browser-based code review UI for the current worktree or a pull request URL and acts on any feedback returned.

**Install:**

```bash
npx degit https://github.com/backnotprop/plannotator/tree/main/apps/skills/core/plannotator-review ~/.claude/skills/plannotator-review
```

## README

# 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 [optional-pr-url]
```

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.
