plannotator-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing code changes often requires switching between the terminal and external review tools, then manually tracking feedback. This Skill launches Plannotator's browser-based review UI for the current worktree or a pull request URL and brings the resulting feedback directly back into the conversation. ## Core Features & Use Cases - Browser-Based Review: Runs plannotator review to open an interactive review UI for the current worktree or a given pull request URL. - Feedback Integration: Reads annotations and comments returned from the review session and acts on them in the same conversation. - Approval Handling: Recognizes approval or LGTM-style results and continues without making changes. - Use Case: After finishing a feature branch, invoke the Skill to have a reviewer annotate the diff in the browser, then let the assistant address each comment immediately. ## Quick Start Ask the assistant 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 run a browser-based code review with Plannotator?

Invoke the Skill to execute `plannotator review` with optional arguments, which opens the review UI in your browser for the current worktree or a pull request URL. Feedback submitted there is returned to the conversation.

Can I review a pull request URL instead of a local worktree?

Yes, the Skill accepts arguments passed to `plannotator review`, including a pull request URL. The review UI opens for that target and any annotations are returned for follow-up.

What happens after the Plannotator review is submitted?

If the review contains feedback or annotations, the assistant addresses them in the same conversation. If the result is an approval or LGTM with no requested changes, it acknowledges the review passed and continues.

What are the requirements for using Plannotator review?

The plannotator CLI must be installed and executable via Bash, as the Skill only permits the `plannotator` command. It cannot run other shell commands or operate without the CLI present.