plannotator-review

Open Plannotator's browser-based code review UI for a worktree or PR URL.

1|Updated May 20, 2025
One-click install
npx skills add https://github.com/vessux/dotfiles --skill plannotator-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plannotator-review
Source: https://github.com/vessux/dotfiles/tree/main/umbel/skills/plannotator/review
Command: npx skills add https://github.com/vessux/dotfiles --skill plannotator-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open Plannotator's browser-based code review UI for the current worktree or a PR URL, enabling reviewers to act on feedback directly from the chat.

Core Features & Use Cases

  • Open Plannotator's browser-based code review UI for the current worktree or a pull request URL.
  • Review feedback by annotating, commenting, or approving within the chat flow.
  • Do not require users to copy shell commands; the review is executed and results surfaced in-chat.

Quick Start

Run plannotator review with an optional PR URL to launch the browser-based code review.

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 visually without leaving my chat context?

You can review code changes visually by opening a browser-based code review UI for your current worktree or PR URL, which executes the review via Bash and surfaces feedback directly in chat.

How do I launch a browser-based code review for a pull request URL?

To launch a browser-based code review for a pull request, run the review command with the optional PR URL. This opens the UI for the current worktree or PR, allowing you to act on feedback in-chat.

Can I annotate and approve pull requests directly from my chat workflow?

Yes, you can annotate, comment, or approve pull requests directly from the chat flow. The review UI opens in a browser while feedback and actions are surfaced within the chat context.

Do I need to copy and run shell commands manually to start a code review?

No, you do not need to copy shell commands manually. The review is executed automatically through a Bash-based command invocation, waiting for completion and returning results directly in-chat.

Does this code review tool work with my current Git worktree?

Yes, the code review tool works with your current Git worktree. It opens the browser-based UI for the current worktree without requiring a separate pull request URL.

What are the limitations of running a code review through a browser UI?

The primary limitation is that the review depends on a Bash-based command invocation that must wait for completion before surfacing feedback in chat, requiring an active browser environment for the UI.