$npx -y skills add backnotprop/plannotator --skill plannotator-reviewOpen Plannotator's browser-based code review UI and address the returned feedback.
| 1 | # Plannotator Review (Kiro) |
| 2 | |
| 3 | Run: |
| 4 | |
| 5 | ```bash |
| 6 | PLANNOTATOR_ORIGIN=kiro-cli plannotator review |
| 7 | ``` |
| 8 | |
| 9 | You may append an optional PR URL: |
| 10 | |
| 11 | ```bash |
| 12 | PLANNOTATOR_ORIGIN=kiro-cli plannotator review <pr-url> |
| 13 | ``` |