plannotator-review

Launches Plannotator's browser-based code review UI for a worktree or pull request.

9|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/Yassimba/loom --skill plannotator-review-yassimba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plannotator-review
Source: https://github.com/Yassimba/loom/tree/main/drafts/plannotator-review
Command: npx skills add https://github.com/Yassimba/loom --skill plannotator-review-yassimba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires plannotator.

What problem does it solve? Reviewing code changes as inline diffs in a chat can be tedious and error-prone. This Skill opens your current worktree changes or a pull request in Plannotator's browser-based review UI, then brings the resulting feedback back into the conversation so it can be acted on immediately. ## Core Features & Use Cases - Browser-Based Review: Runs plannotator review to open an interactive review UI for local changes or a specific pull request URL. - Feedback Loop: Waits for the review to finish, then addresses any returned annotations or feedback in the same conversation. - Approval Handling: Recognizes approval or LGTM-style responses and continues the workflow without unnecessary steps. - Use Case: You have uncommitted changes in your worktree and want a structured review before merging. The Skill launches Plannotator, collects reviewer annotations, and applies the requested fixes directly. ## Quick Start Ask the agent to use the plannotator-review skill to open a Plannotator review of the current worktree changes and address any feedback that comes back.

Frequently Asked Questions about plannotator-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes in a browser UI instead of inline diffs?

Run the plannotator review command, which opens a browser-based review UI for your current worktree changes. This Skill launches the command for you, waits for it to finish, and then acts on any feedback returned.

Can I review a specific pull request with Plannotator?

Yes, pass the pull request URL as an optional argument to the plannotator review command. The Skill accepts an optional PR URL and opens the review UI for that pull request instead of local changes.

What happens after the Plannotator review finishes?

If the review returns feedback or annotations, the agent addresses them in the same conversation. If it returns an approval or LGTM-style message, the agent acknowledges the review passed and continues with the workflow.

What tool do I need installed for browser-based code review?

You need the plannotator CLI tool installed, as declared in the Skill's deps.yml file. Installers pull it in transitively when this Skill is selected.

When should I not use Plannotator for code review?

Avoid it when you only need a quick inline diff check or when working in an environment without browser access. In those cases, reading the diff directly in the conversation is faster than launching an external review UI.