Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

review-followup审查跟进

Agent Skill

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

总安装

420

周安装

17

GitHub Stars

公开资料未说明

下载量

132
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sjunepark/custom-skills --skill review-followup

简介

review-followup 用于处理 GitHub 仓库、Issue 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网或命令执行。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Review Follow-Up

Start from the review comment, not from a desire to justify more work. The first job is to decide whether the review is supported by the code and requirements. Only after that should you ask why it was missed and whether any broader follow-up is warranted.

This skill is intentionally cautious. Many issues are easier to notice in review than during implementation. Do not over-rotate from "the review is valid" to "the codebase needs refactoring."

Workflow

  1. Anchor the review in the actual change.
  • Read the review comment, relevant diff or commit, and the surrounding code.
  • Read affected tests or docs when they change the meaning of the review.
  • Separate reviewer preference from correctness, clarity, maintainability, or contract issues.
  1. Assess validity first.
  • Classify each review item as:

- Valid - Partially valid - Not supported

  • Explain the classification with concrete evidence from the code, behavior, tests, or stated requirements.
  • If a comment is not supported, stop the deeper analysis there unless a short clarification would help.
  1. For valid comments, ask why the issue was missed.
  • Use the smallest explanation that fits the evidence.
  • Prefer these buckets:

- Reasonable implementation miss: an oversight, edge case, or interaction that is easier to spot after the code exists - Requirement/context gap: important context was not explicit during implementation - Test gap: coverage or scenario setup did not exercise the issue - Clarity gap: naming, structure, ownership, or data flow made the issue harder to see - Documentation gap: missing docs, doc comments, or invariants left important behavior implicit

  • When the evidence is thin, say the issue was hard to see upfront instead of inventing a root cause.
  1. Decide whether follow-up should extend beyond the immediate fix.
  • If the issue looks like a normal implementation miss, recommend addressing the valid review and stopping there.
  • If the issue traces back to unclear naming, blurred responsibilities, missing invariants, or missing docs, consider targeted follow-up.
  • Prefer the smallest follow-up that would likely prevent similar misses:

- rename a misleading symbol - add a focused doc comment or module note - tighten a boundary or split one overloaded responsibility - add a test covering the missed scenario

  • Keep the bar high for refactors. One awkward review round is not enough on its own.

Review Standard

Treat these as strong signals for additional follow-up:

  • The same confusion would likely recur for the next reader because names or boundaries are misleading.
  • Important behavior depends on an unstated invariant or contract.
  • The valid review points to ownership or control-flow ambiguity that already spreads across multiple call sites.
  • The fix naturally wants a small supporting test or comment because otherwise the reasoning stays hidden.

Treat these as weak signals that usually do not justify more action:

  • The author simply missed a case that is only obvious in hindsight.
  • The reviewer is asking for a stylistic preference without clear maintenance benefit.
  • The code is slightly awkward but still locally clear and unlikely to mislead future changes.
  • A doc comment would restate code that is already obvious from names and structure.

Output

Use this structure:

Review Assessment

  • For each review item, state Valid, Partially valid, or Not supported.
  • Include the concrete evidence.

Why It Was Missed

  • Only include items that are at least partially valid.
  • State whether the miss was reasonable in context or points to a deeper clarity/documentation/design issue.

Additional Action

  • Start with one of:

- No additional action beyond addressing the valid review - Add targeted follow-up to reduce repeat confusion

  • If follow-up is warranted, list only the smallest useful actions and why each one clears the bar.

Watch Items

  • List plausible concerns that do not yet justify action.

Verdict

  • End with one of:

- Address the valid review only - Address the review and add a small supporting follow-up - Address the review and consider a targeted refactor after confirming constraints

Communication Rules

  • Treat review comments as hypotheses to evaluate, not facts to defend.
  • Lead with validity before discussing process or root cause.
  • Be direct, but do not frame a missed issue as negligence without strong evidence.
  • Do not recommend docs, comments, renames, or refactors just to show extra initiative.
  • When a broader change is justified, explain what it would prevent and why the immediate fix alone is not enough.

Example Triggers

  • "Check whether these PR comments are actually valid before I start changing code."
  • "Review these comments on my commit and tell me which ones are fair."
  • "For the valid review points, tell me why we missed them and whether this suggests docs or naming problems."
  • "I fixed the bug, but should I also clean up the structure that made the reviewer notice it first?"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.13%
按下载量换算46

Claude

26.98%
按下载量换算36

Cursor

20.02%
按下载量换算26

Gemini CLI

8.2%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills