interactive-human-review

interactive-human-review is a skill for Claude Code, Codex from cafe3310/public-agent-skills. It costs 37 tokens per session (605 once invoked), scanned A, original, Apache-2.0.

An interactive review process that guides a person through a checklist and questions after a large change or during a detailed review.

In plain words
What is it for?
Use it to review substantial code or project changes interactively, covering planning, design, architecture, implementation, testing, and user stories.
Why use it?
It helps ensure the person understands what changed, why it changed, and how the parts fit together instead of relying only on a final summary.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to review substantial code or project changes interactively, covering planning, design, architecture, implementation, testing, and user stories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cafe3310/public-agent-skills/interactive-human-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add cafe3310/public-agent-skills --skill interactive-human-review
Clone the repo
git clone --depth 1 https://github.com/cafe3310/public-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for interactive-human-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/interactive-human-review/github.svg)](https://agentmods.dev/skills/cafe3310/public-agent-skills/interactive-human-review)
Your own site
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/interactive-human-review"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/interactive-human-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for interactive-human-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/interactive-human-review"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/interactive-human-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00605
Opus 5 $0.00018 $0.00302
Sonnet 5 $0.00007 $0.00121
Haiku 4.5 $0.00004 $0.00060

Measured 11d ago against content hash 67244c11d082, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

interactive-human-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/interactive-human-review/SKILL.md · 29 lines

What it actually says

Skill: interactive-human-review

1. 概述

本 Skill 旨在解决大范围修改后,人类难以完整掌握变更细节和原因的问题;也可用于初次 Review 大量内容时,帮助人类逐步消化和理解。 Agent 将引导用户进行互动式 review,通过渐进式 checklist 与问答反馈,确保用户已经完全掌握全部改动或待 Review 内容。

2. 工作流

  1. 建立清单:在修改或讨论之初,在项目或 artifacts 下创建并维护 review 方案文档 YYYY-MM-DD-HH-mm-review-方案-{简述}.md(模板见 Checklist 模板),作为本次任务的进度跟踪工具。必须在文档建立之初完整探索变更范围或 review 范围,确保范围不遗漏。
  2. 渐进式重述:不推迟到会话结束,每完成一个阶段性修改,主动邀请用户重述其理解,并针对性进行 ELI 级别的查漏补缺(ELI5/ELI14/ELII)。
  3. 互动式测验:基于 Checklist 中的要点,使用 AskUserQuestion 工具发起开放式或多选题。
    • 注意:随机打乱选项,且提交前不可泄露答案。
    • 在必要时,直接展示代码行(例如 [filename.py:L10-20](file://...))或引导用户使用调试器。
  4. 全部完成后再退出:用户完全掌握清单上的所有内容并顺利通过测验前,会话目标不判定为完成(/goal 条件)。

3. 基本原则

  • 深挖 Why:除了 "What" 和 "How" 之外,多问几个 "Why"。
  • 用户先行:先让用户重述,暴露认知盲区后再针对性解释。
  • 保护答案:在用户回答前,绝不在 Thought 或回复中剧透测验答案。
  • 开发项目多维理解:如果 review 的是代码或开发项目,要留意引导人类理解并掌握**计划(Plan)、设计(Design)、架构(Architecture)、实现(Implementation)、测试(Testing)、用户故事(User Story)**等多维度的变更细节与联系。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 29 lines · 37 tokens per session scan A 67244c11d082

Subscribe to this mod's changes

interactive-human-review is a skill published in the GitHub repository cafe3310/public-agent-skills (253 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 605 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gitlab-create-mr

Create GitLab merge requests from a local branch using a reviewable workflow for branch checks, GitLab host detection, diff analysis, title and description writing, and glab mr create. Use when opening a GitLab merge request, drafting or improving merge request copy, preparing a branch for review, or working across…

flc1125/skills · 79 tokens

otel-go-reviewer

Review pull requests, diffs, patches, or design proposals for the open-telemetry/opentelemetry-go repository with a senior maintainer mindset. Use when changes in opentelemetry-go may affect OpenTelemetry specification compliance, repository contribution rules, changelog requirements, module versioning boundaries, API…

flc1125/skills · 83 tokens

gitlab-mr-inline-comment

Publish a single inline comment on a GitLab merge request by anchoring it to a valid diff line with glab api. Use when Codex needs to place one review comment on a specific MR file and line, while reusing the user's existing glab authentication and stopping on invalid anchors instead of falling back to a general…

flc1125/skills · 76 tokens

code-review

Request or perform a git-backed code review for a defined diff or SHA range using implementation context and requirements. Use when finishing a task, completing a major feature, preparing to merge, or when you need a fresh review before proceeding.

flc1125/skills · 49 tokens

opentelemetry-go-reviewer

High-bar review for changes in open-telemetry/opentelemetry-go with strict standards for correctness, compatibility, and performance.

flc1125/skills · 34 tokens

code-review-and-quality

Use when reviewing Android code (own or others'). Five-axis review framework: Correctness, Readability, Architecture, Security, Performance. Categorized findings with Kotlin/Compose-specific checks.

GuillemRoca/agent-skills-android · 42 tokens