---
name: Plannotator Review
slug: plannotator-review
category: Quality
description: "Plannotator Review opens Plannotator's browser-based code review UI and addresses the returned feedback. Use it to run code review from the CLI, optionally against a specific pull request."
github: "https://github.com/backnotprop/plannotator/tree/main/apps/kiro-cli/skills/plannotator-review"
language: TypeScript
stars: 7797
forks: 572
install: "npx degit https://github.com/backnotprop/plannotator/tree/main/apps/kiro-cli/skills/plannotator-review ~/.claude/skills/plannotator-review"
installs_to: ~/.claude/skills/plannotator-review
source_path: apps/kiro-cli/skills/plannotator-review/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/backnotprop/plannotator"
added: 2026-08-15T06:51:16.908Z
last_synced: 2026-08-15T06:51:16.908Z
canonical_url: "https://dirskills.com/skills/plannotator-review"
---

# Plannotator Review

Plannotator Review opens Plannotator's browser-based code review UI and addresses the returned feedback. Use it to run code review from the CLI, optionally against a specific pull request.

**Install:**

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

## README

# Plannotator Review (Kiro)

Run:

```bash
PLANNOTATOR_ORIGIN=kiro-cli plannotator review
```

You may append an optional PR URL:

```bash
PLANNOTATOR_ORIGIN=kiro-cli plannotator review <pr-url>
```
