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

plannotatorplannotator 命令行

Agent Skill

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

总安装

2,022

周安装

81

GitHub Stars

11

下载量

654
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

plannotator 用于处理 GitHub 仓库、Issue、Pull Request 等协作信息,协助完成代码审查流程。

  • 适用于打开最小化视觉审查路径,作为计划制定与 UI 标记之间的审批节点。
  • 不负责整体规划或 PR 政策判断,而是聚焦于具体变更的可视化审核。
  • 安装前应确认对外部 API 的访问权限及是否允许执行浏览器自动化操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

plannotator

Use this skill when the job is to classify one review packet, open the smallest honest visual review path, and leave broad planning / PR policy / UI critique work outside the front door.

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

  • plan/spec creation (task-planning, ralph)
  • orchestration/runtime ownership (jeo, vibe-kanban, bmad)
  • broader PR/code judgment (code-review)
  • rendered-UI bug markup (agentation)
  • clean browser verification (agent-browser)

Read these support docs first:

When to use this skill

  • A coding agent already produced an implementation plan and a human must approve or request changes before coding starts.
  • A concrete git diff, commit range, or PR exists and the reviewer wants browser-based line-targeted feedback.
  • A markdown artifact such as a spec, PRD, architecture note, or generated plan package needs visual review and revision feedback.
  • The user needs to connect plannotator to Claude Code, Gemini CLI, Codex CLI, or OpenCode and the main job is setup for the review loop.
  • The review flow exists but remote mode, stable URLs/ports, or platform-specific behavior is flaky and needs targeted troubleshooting.

When not to use this skill

  • The main job is writing or refining the plan/spec itselftask-planning, ralph, or survey
  • The main job is broad PR policy, merge criteria, risk judgment, or code-owner approvalcode-review
  • The main job is exact rendered-UI critique that should drive frontend fixesagentation
  • The main job is clean disposable browser automation or deterministic website verificationagent-browser
  • The main job is task orchestration, board state, or multi-agent routingjeo, vibe-kanban, bmad
  • The main job is note taxonomy, wiki curation, or long-term note-system managementobsidian, llm-wiki

Instructions

Step 1: Classify the review packet first

Normalize the request into one primary packet before discussing commands.

plannotator_intake:
  primary_packet: plan-review | diff-review | markdown-review | platform-setup | troubleshooting
  artifact_ready: yes | no
  artifact_type: plan | git-diff | pr | markdown-spec | generated-response | unknown
  platform: claude | gemini | codex | opencode | mixed | unknown
  trigger_mode: native-hook | manual-review | unknown
  feedback_goal: approve | request-changes | annotate | archive | unknown
  repo_context: git-repo | markdown-only | remote-container | unknown
  confidence: high | medium | low

Default to the smallest obvious interpretation:

  • existing implementation plan → plan-review
  • existing code changes / PR / commit range → diff-review
  • existing spec or markdown artifact → markdown-review
  • install/integration question → platform-setup
  • flaky remote/browser/status issue → troubleshooting

Step 2: Verify the concrete artifact exists

plannotator only helps once something concrete can be reviewed.

Checklist:

  1. A plan, diff, PR, markdown file, or generated response already exists.
  2. The user wants review, not plan generation.
  3. For diff review, a git repo, PR URL, or explicit commit range exists.
  4. For markdown/spec review, the file or generated artifact is identifiable.
  5. For note export, save/integration is configured; treat it as secondary, not the main packet.

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

Step 3: Choose exactly one review packet

Use the router in references/intake-packets-and-route-outs.md and pick one primary packet:

  • plan-review
  • diff-review
  • markdown-review
  • platform-setup
  • troubleshooting

List anything else as follow-up, not as a co-owner.

Step 4: Run the chosen packet

  • Plan review → confirm the runtime can hand the plan into plannotator, use the native/hook path when real, annotate one issue per step, and end with approve, request changes, or archive/save.
  • Diff review → use a concrete target and launch the smallest diff packet: bash scripts/review.sh bash scripts/review.sh HEAD~1 bash scripts/review.sh main...HEAD
  • Markdown review → confirm the spec/PRD/architecture file exists, use annotation/review mode directly, and be explicit when the runtime only supports annotation rather than a stronger approval path.
  • Platform setup → start with: bash scripts/install.sh bash scripts/check-status.sh then use references/platform-setup.md.
  • Troubleshooting → start with: bash scripts/check-status.sh bash scripts/configure-remote.sh then use references/notes-and-troubleshooting.md.

Step 5: Keep manual-vs-hook reality explicit

  • Claude and Gemini are the clearest native/hook-driven plan-review fits.
  • Codex has public hooks, but upstream plannotator still documents the practical path as manual diff/markdown review or partial setup.
  • OpenCode users explicitly asked for more manual control when auto-invocation is too eager.

Do not flatten this into “all platforms work the same.”

Step 6: Route adjacent work aggressively

  • planning/spec creation or refinement → task-planning, ralph, survey
  • orchestration state or multi-agent routing → jeo, vibe-kanban, bmad
  • broad PR policy, merge gating, or risk judgment → code-review
  • rendered UI bug markup → agentation
  • clean disposable browser verification → agent-browser
  • note/vault/wiki administration beyond saving reviewed artifacts → obsidian, llm-wiki

Step 7: Use a short output contract

Preferred output:

# plannotator Review Packet
- Primary packet:
- Artifact:
- Platform + trigger mode:
- Next action:
- Outcome or limitation:
- Route-outs:

For setup-heavy asks, use a short setup brief with:

  • platform
  • native-hook vs manual-review status
  • install commands
  • verification steps
  • caveats

Examples

Example 1: Approve a concrete plan

Input

The agent already 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

  • choose plan-review
  • verify the plan already exists
  • use the runtime's real review surface
  • annotate one issue per step
  • end with approve vs request-changes
  • route plan creation back out if the plan is still immature

Example 2: Review a diff

Input

The agent already changed three files. Open the visual diff review for main...HEAD and let me leave targeted feedback.

Good output direction

  • choose diff-review
  • verify git context / diff range
  • use bash scripts/review.sh main...HEAD
  • keep broader PR-policy review routed to code-review

Example 3: Review a PRD/spec artifact

Input

I want to mark up this architecture note and either accept it as-is or send revision feedback before we continue.

Good output direction

  • choose markdown-review
  • verify the markdown artifact exists
  • explain whether the current platform supports native approval or manual annotation only
  • keep note export secondary and route wiki/vault management outward

Example 4: Codex setup reality check

Input

Set up plannotator for Codex so I can review plans before code runs.

Good output direction

  • choose platform-setup
  • start with install + status verification
  • explain the current Codex manual/partial reality honestly instead of promising parity that upstream docs do not show
  • route broad hook/platform policy work outward if needed

Best practices

  1. Treat plannotator as a visual approval gate, not the planning engine.
  2. Review one concrete artifact at a time.
  3. Keep manual-review vs native-hook differences explicit.
  4. Use one annotation per issue whenever possible.
  5. End with a clear outcome: approve, request changes, annotate only, or archive.
  6. Keep note export secondary to the review packet.
  7. Route PR policy, orchestration, and rendered-UI critique to neighboring skills instead of stretching plannotator.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.83%
按下载量换算221

Claude

32.68%
按下载量换算214

Cursor

19.42%
按下载量换算127

Gemini CLI

10.26%
按下载量换算67

安全审计

Gen Agent Trust Hub

未通过

Socket

可疑

Snyk

可疑

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills