Plannotator Review
Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline.
Run:
plannotator review [--base <ref>] [--diff-type <type>] [optional-pr-url]
Reviewing one layer of a stacked branch? Pass --base <the branch immediately below yours> so the review shows only what this layer adds, instead of everything since main. Both flags are session-only (the reviewer can change either in the UI; nothing is persisted) and git-only.
Behavior:
- Launch the command with Bash.
- Wait for it to finish.
- If it returns feedback or annotations, address them in the same conversation.
- If it returns an approval/LGTM-style message, acknowledge that review passed and continue.
Do not ask the user to copy shell commands into chat. Run the command yourself.