plannotator-review

Opens Plannotator's browser-based code review UI and acts on returned feedback.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/farslab/claude-skills --skill plannotator-review-farslab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plannotator-review
Source: https://github.com/farslab/claude-skills/tree/main/plannotator-review
Command: npx skills add https://github.com/farslab/claude-skills --skill plannotator-review-farslab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing code changes in a terminal-only workflow makes it hard to annotate diffs and collect structured feedback. This Skill launches Plannotator's browser-based review UI for the current worktree or a pull request URL, then brings the reviewer's annotations back into the conversation so they can be addressed immediately. ## Core Features & Use Cases - Browser-Based Review UI: Opens Plannotator's code review interface for the current worktree or a given pull request URL. - Feedback Loop Integration: Reads reviewer annotations returned from the UI and addresses requested changes in the same conversation. - Approval Handling: Recognizes approval or LGTM-style results and continues without making changes. - Use Case: After finishing a feature branch, run the review to let a teammate annotate the diff in the browser, then have the AI apply the requested fixes automatically. ## Quick Start Ask the AI to open a Plannotator review for the current worktree 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 from the terminal?▼

Run the plannotator review command, which opens a browser-based code review UI for the current worktree. You can also pass a pull request URL to review that specific PR instead of local changes.

How to act on code review feedback automatically?▼

After the Plannotator review returns annotations, the Skill reads the feedback in the same conversation and addresses each requested change. If the review is an approval with no requested changes, it simply acknowledges the result and continues.

Can I review a pull request URL instead of local changes?▼

Yes, the plannotator review command accepts a pull request URL as an argument. Without arguments, it defaults to reviewing the current worktree's changes.

What happens when a code review returns approval with no comments?▼

When the review result is an approval or LGTM with no requested changes, the Skill acknowledges that the review passed and continues the workflow without modifying any code.

What are the requirements for running browser-based code review?▼

The plannotator CLI must be installed and executable via Bash, since the Skill invokes it directly. The Skill is restricted to Bash(plannotator:*) tool access and cannot be invoked automatically by the model.