Add plannotator extension v0.19.10

This commit is contained in:
2026-05-07 11:38:14 +10:00
parent e914bc59c9
commit f37e4565ff
91 changed files with 35103 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
name: plannotator-review
description: Open Plannotator's browser-based code review UI for the current worktree or a pull request URL, then act on the feedback that comes back.
---
# Plannotator Review
Use this skill when the user wants to review current code changes in Plannotator instead of reading a diff inline.
Run:
```bash
plannotator review [optional-pr-url]
```
Behavior:
1. Launch the command with Bash.
2. Wait for it to finish.
3. If it returns feedback or annotations, address them in the same conversation.
4. 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.

View File

@@ -0,0 +1,5 @@
interface:
display_name: "Plannotator Review"
short_description: "Open Plannotator code review for local changes or a PR."
policy:
allow_implicit_invocation: false