Agent Skills
› backnotprop/plannotator
› plannotator-last
plannotator-last
GitHub用于在Plannotator中对最新助手回复进行标注并整合反馈。自动执行命令,等待会话结束,根据返回的注释或指导更新后续响应,提升内容质量与准确性。
Trigger Scenarios
用户希望对最新的助手回复进行标注或审查
需要获取外部反馈以优化当前回复内容
Install
npx skills add backnotprop/plannotator --skill plannotator-last -g -y
SKILL.md
Frontmatter
{
"name": "plannotator-last",
"description": "Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.",
"disable-model-invocation": true
}
Plannotator Last
Use this skill when the user wants to annotate the latest assistant response in Plannotator.
Do not send a commentary/status message before running the command. The command targets the latest rendered assistant response, so a preamble can mistakenly become the thing being annotated.
Run:
plannotator last
Behavior:
- Launch the command with Bash.
- Wait for the annotation session to finish.
- If feedback is returned, incorporate it into the follow-up response.
- If the session closes without feedback, mention that briefly and continue.
- An approval may still carry notes — a
"decision": "approved"result with a"feedback"field. Read those notes and carry them into subsequent work, but do not redo the message over them: they are guidance, not a change request.
Run the command yourself rather than telling the user to invoke shell syntax manually.
Version History
- 2ca55c8 Current 2026-08-20 12:32


