Agent Skills
› backnotprop/plannotator
› plannotator-review
plannotator-review
GitHub通过Plannotator UI执行代码审查,接收反馈后在对话中修复问题或确认审批通过。
Trigger Scenarios
需要代码审查时
收到代码审查反馈时
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.",
"allowed-tools": "Bash(plannotator:*)",
"disable-model-invocation": true
}
Plannotator Review
Code review feedback
!plannotator review $ARGUMENTS
Your task
If the review above contains feedback or annotations, address them in the same conversation. If no changes were requested (an approval/LGTM-style result), acknowledge that review passed and continue.
Version History
- 2ca55c8 Current 2026-08-20 12:32


