Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计异常

plannotatorplannotator 命令行

Agent Skill

plannotator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

857

周安装

35

GitHub Stars

11

下载量

277
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:plannotator(plannotator 命令行)
来源仓库:https://github.com/akillness/skills-template
仓库路径:skills/plannotator
安装命令:
npx skills add https://github.com/akillness/skills-template --skill plannotator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/skills-template --skill plannotator

简介

plannotator 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 作为人工审批网关,用于审查代理生成的计划或差异后再进入执行阶段。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

plannotator

Use this skill when the main job is reviewing an agent-produced plan or diff in a visual UI before work proceeds.

plannotator is the human approval gate, not the planner itself. It sits between:

  • plan/spec creation (task-planning, ralph)
  • execution orchestration (jeo, vibe-kanban, bmad)
  • downstream code/UI feedback (code-review, agentation)

Read these support docs before making setup or routing decisions:

When to use this skill

  • A coding agent already produced an implementation plan and a human must approve or request changes before coding starts
  • You want to review a git diff visually after implementation and send targeted feedback
  • You need a browser-based annotation loop instead of a long chat reply
  • You want to save reviewed plans to Obsidian or Bear after approval or for team reference
  • You need a clear install / integration path for Claude Code, Codex CLI, Gemini CLI, or OpenCode

When not to use this skill

  • The main job is creating or improving the plan itself → use task-planning, ralph, or another planning/spec skill first
  • The main job is broad PR judgment, policy review, or risk-based approval criteria → use code-review
  • The main job is UI screenshot annotation that should drive code fixes → use agentation
  • The main job is orchestration, kanban movement, or multi-agent execution state → use jeo or vibe-kanban
  • The main job is generic note-taking or wiki curation → use obsidian / llm-wiki

Instructions

Step 1: Classify the review mode

Normalize the request into one primary mode:

plannotator_mode:
  primary_mode: plan-review | diff-review | note-export | platform-setup | troubleshooting
  artifact_ready: yes | no
  platform: claude | codex | gemini | opencode | unknown
  feedback_goal: approve | request-changes | archive | unknown
  repo_context: git-repo | markdown-only | remote-container | unknown

Use one primary mode per run. If the user is vague, default to the smallest obvious interpretation:

  • existing plan to review → plan-review
  • existing code changes to inspect → diff-review
  • save reviewed plan → note-export
  • install/integrate plannotator → platform-setup

Step 2: Verify the artifact exists before opening review

plannotator is only useful once something concrete exists.

Checklist:

  1. A plan, diff, or markdown file already exists.
  2. The user wants human review, not plan generation.
  3. For diff review, a git repo or commit range is available.
  4. For note export, plannotator is running in the right mode and saving is configured.

If the artifact is missing, route out instead of forcing the review tool.

Step 3: Choose the smallest review path

A. Plan review

Use when a plan exists and the human wants to approve or request changes before execution.

Typical flow:

  1. Ensure plannotator is installed and integrated for the current platform.
  2. Trigger the plan-review UI from the platform’s normal plan/hook flow.
  3. Annotate with one concrete intent at a time:

- delete - insert - replace - comment

  1. End in one explicit outcome:

- Approve → implementation can proceed - Request changes → agent replans with structured feedback - Archive / save → store the plan without advancing work

B. Diff review

Use when the code already changed and the human wants visual line-level review.

Typical flow:

# current working tree
bash scripts/review.sh

# specific commit
bash scripts/review.sh HEAD~1

# branch diff
bash scripts/review.sh main...HEAD

Use diff review when the code exists. If the user is still deciding the approach, route back to plan review first.

C. Note export

Use when the review result should be saved to Obsidian or Bear.

Use this only after confirming the relevant save path is configured. Keep note export secondary to the review decision; it is not the main trigger for the skill.

D. Platform setup

Use when the user needs plannotator installed or connected to Claude / Codex / Gemini / OpenCode.

Start with:

bash scripts/install.sh
bash scripts/check-status.sh

Then choose the platform-specific setup from references/platform-setup.md.

Step 4: Keep boundaries explicit

Use these route-outs aggressively:

  • Need the plan written or refined?task-planning, ralph
  • Need a broader approval / risk / correctness review of code changes?code-review
  • Need UI screenshot markup that should turn into code fixes?agentation
  • Need orchestration state, ledger updates, or multi-agent gating?jeo, vibe-kanban
  • Need note-system management beyond reviewed plan export?obsidian, llm-wiki

Step 5: Prefer structured, low-ambiguity annotations

Good annotations are:

  • narrow
  • tied to one issue
  • actionable
  • anchored to a specific plan step or diff line range
  • explicit about expected acceptance criteria

Bad annotations are:

  • vague (“this feels wrong”)
  • multi-issue bundles
  • generic style commentary with no requested change
  • hidden planning work that should have happened before review

Step 6: Use the script bundle instead of ad hoc commands

Available scripts:

  • scripts/install.sh — install CLI and optional integrations
  • scripts/setup-hook.sh — Claude Code hook setup
  • scripts/setup-gemini-hook.sh — Gemini setup
  • scripts/setup-codex-hook.sh — Codex setup
  • scripts/setup-opencode-plugin.sh — OpenCode setup
  • scripts/check-status.sh — integration/status verification
  • scripts/configure-remote.sh — remote/devcontainer/WSL setup
  • scripts/review.sh — diff review launcher

If you need the exact per-platform commands, caveats, or remote-mode notes, read the support references instead of bloating the main flow.

Step 7: Return one of these output shapes

Preferred outputs:

# plannotator Review Brief

## Mode
- Primary mode:
- Why it fits:

## Artifact
- What is being reviewed:
- Review surface:
- Platform:

## Next action
1. command / trigger
2. review action
3. outcome decision

## Route-outs
- Neighboring skills to use before/after this step:

## Risks / caveats
- Setup prerequisites:
- Known limitations:

Or:

# plannotator Setup Brief

## Platform
- Claude / Codex / Gemini / OpenCode

## Install
- exact commands

## Verification
- status checks
- how to trigger review

## Caveats
- remote mode / note export / known limitations

Examples

Example 1: Plan approval gate

Input

The agent proposed a 6-step implementation plan. I want to inspect it visually and either approve it or send corrections back before coding starts.

Good output direction

  • mode: plan-review
  • verify the plan already exists
  • trigger plannotator through the platform’s normal plan-review flow
  • annotate one issue per change
  • finish with approve vs request-changes
  • route plan-creation work back to task-planning if the plan is missing or too immature

Example 2: Review a recent code diff

Input

The agent already changed three files. Open the visual diff review and let me mark up the changes.

Good output direction

  • mode: diff-review
  • verify git repo / diff range
  • use bash scripts/review.sh with the right target
  • keep broader approval-policy questions routed to code-review

Example 3: Save reviewed plans to notes

Input

I want reviewed plans saved to Obsidian so my team can revisit them later.

Good output direction

  • mode: note-export
  • verify save integration prerequisites and hook-mode caveat
  • explain how review output gets saved
  • route broader vault-management work to note-taking skills

Best practices

  1. Treat plannotator as the visual approval gate, not the planning engine.
  2. Review one concrete artifact at a time.
  3. Use one annotation per issue whenever possible.
  4. Keep the final outcome explicit: approve, request changes, or archive.
  5. Use scripts/check-status.sh before debugging cross-platform integration issues.
  6. Move platform/setup specifics into references so the core skill stays short and trigger-friendly.
  7. When in doubt, route planning/spec generation and orchestration state to neighboring skills instead of stretching this one.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.08%
按下载量换算97

Claude

27.17%
按下载量换算75

Cursor

18.47%
按下载量换算51

Gemini CLI

9.53%
按下载量换算26

安全审计

Gen Agent Trust Hub

未通过

Socket

可疑

Snyk

未通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills