Agent Skills
› backnotprop/plannotator
› plannotator-annotate
plannotator-annotate
GitHub调用 Plannotator 工具对文件、文件夹或 URL 生成注释,并处理返回结果。用于代码审查、文档分析等场景下的结构化反馈收集与后续处理。
Trigger Scenarios
需要对指定文件或目录进行代码/内容审查
需要获取针对特定资源的结构化注释和反馈
Install
npx skills add backnotprop/plannotator --skill plannotator-annotate -g -y
SKILL.md
Frontmatter
{
"name": "plannotator-annotate",
"description": "Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.",
"disable-model-invocation": true
}
Plannotator Annotate (Kiro)
Run:
PLANNOTATOR_ORIGIN=kiro-cli plannotator annotate $ARGUMENTS
$ARGUMENTS should be a markdown or plain-text config file path (.md, .txt, .yaml, .json, .toml, .ini, .csv, .log, …), folder path, html file path, or URL.
If the command reports that the arguments could not be resolved to a file, URL, or folder, work out which target the user means and re-run the command yourself with that concrete path or URL.
Version History
- 2ca55c8 Current 2026-08-20 12:32


