Agent Skills
› backnotprop/plannotator
› plannotator-review
plannotator-review
GitHub通过执行plannotator review命令启动浏览器代码审查界面,处理反馈并确认审核结果。
Trigger Scenarios
用户希望审查当前代码变更
用户需要查看Pull Request的反馈
Install
npx skills add backnotprop/plannotator --skill plannotator-review -g -y
SKILL.md
Frontmatter
{
"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.",
"disable-model-invocation": true
}
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 [optional-pr-url]
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.
Version History
- 2ca55c8 Current 2026-08-20 12:32


