use-plannotator-for-review

Route code review requests to Plannotator for interactive UI reviews.

1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/jaysoo/dot-ai-config --skill use-plannotator-for-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-plannotator-for-review
Source: https://github.com/jaysoo/dot-ai-config/tree/main/dot_gemini/skills/use-plannotator-for-review
Command: npx skills add https://github.com/jaysoo/dot-ai-config --skill use-plannotator-for-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route code review requests through Plannotator to enable interactive UI reviews instead of inline chat.

Core Features & Use Cases

  • Pick the right Plannotator command based on intent: reviewing current changes, re-annotating last assistant message, or annotating specific files.
  • Open an interactive UI for comments, approvals, or change requests without cluttering chat.
  • Trigger on typical prompts like "review this", "ready for review", or PR/diff review requests.

Quick Start

Ask Plannotator to review the current branch or PR and open the interactive review UI.

Frequently Asked Questions about use-plannotator-for-review

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

FAQPage Schema
How do I route a pull request review through an interactive UI instead of inline chat?

You can route pull request reviews through Plannotator to enable an interactive UI for structured feedback instead of inline chat. It intercepts review prompts and opens a dedicated interface for comments and approvals.

Can I review pending changes and specific commits using Plannotator?

Yes, Plannotator supports reviewing pending changes, specific commits, branches, and diffs. It picks the right command to annotate files or diffs based on your current Git state.

What prompts trigger a code review in the Plannotator UI?

Typical prompts like "review this", "review the branch", or "ready for review" trigger Plannotator to open the interactive review UI instead of generating an inline chat response.

How do I re-annotate the last assistant message during a code review?

You can re-annotate the last assistant message by routing the request through the plannotator-last command, which maps previous feedback to the interactive UI for further structured review.

Does Plannotator work with current branch changes or only full pull requests?

Plannotator works with current branch changes, pending diffs, and full pull requests. It determines the correct review scope by selecting the appropriate Plannotator command for your current state.

What is the best way to handle code review approvals without cluttering the chat window?

Using Plannotator to route code reviews opens an interactive UI for approvals and change requests, keeping your chat window clear of inline review clutter while providing structured feedback.