Agent Skills
› backnotprop/plannotator
› plannotator-review
plannotator-review
GitHub通过运行 plannotator review 命令启动浏览器代码审查界面,支持指定 PR URL,用于接收并处理 Plannotator 返回的代码反馈。
Trigger Scenarios
需要查看或响应 Plannotator 的代码审查反馈
执行代码审查流程
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 and address the returned feedback.",
"disable-model-invocation": true
}
Plannotator Review (Kiro)
Run:
PLANNOTATOR_ORIGIN=kiro-cli plannotator review
You may append an optional PR URL:
PLANNOTATOR_ORIGIN=kiro-cli plannotator review <pr-url>
Version History
- 2ca55c8 Current 2026-08-20 12:32


