refactor-review-knowledge

refactor-review-knowledge is a skill for Claude Code from zszz3/AgentRecall. It costs 63 tokens per session (509 once invoked), scanned A, original, MIT.

A code-review workflow for examining uncommitted changes in a software project. It uses the task description, merge-request summary, checklist, and code diff to assess the work.

In plain words
What is it for?
Use it to review pending code changes, understand their context, check them against requirements, and report problems without fixing them.
Why use it?
It gives reviews a repeatable structure and keeps the reviewer focused on finding issues rather than editing the code. A diff is the record of changes between versions.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: names the TodoWrite tool.

Good fit Use it to review pending code changes, understand their context, check them…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zszz3/agentrecall/refactor-review-knowledge
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 zszz3/AgentRecall --skill refactor-review-knowledge
Clone the repo
git clone --depth 1 https://github.com/zszz3/AgentRecall

Made for: Claude Code.

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 refactor-review-knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/zszz3/agentrecall/refactor-review-knowledge.svg)](https://agentmods.dev/skills/zszz3/agentrecall/refactor-review-knowledge)
Your own site
<a href="https://agentmods.dev/skills/zszz3/agentrecall/refactor-review-knowledge"><img src="https://agentmods.dev/badge/skills/zszz3/agentrecall/refactor-review-knowledge.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 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.00063 $0.00509
Opus 5 $0.00032 $0.00254
Sonnet 5 $0.00013 $0.00102
Haiku 4.5 $0.00006 $0.00051

Measured 7d ago against content hash 6d50950a7309, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

refactor-review-knowledge 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 7d 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.

apps/main-2.0/src/automation/engine/shared/bundled-skills/refactor-review-knowledge/SKILL.md · 46 lines

What it actually says

Code Review Assistant

Your Role

You are a code reviewer, with a lot of tools to help you acquire information about the codebase. You are conducting a thorough code review of uncommitted changes in this repository. You are a reviewer, DO NOT fix issues by yourself.

Review Process

  1. Understand the Context

    • First, thoroughly understand the task requirements and the developer's summary
    • Use available tools to explore the related codes for better context
  2. Add Checklist

    • Extract checklist items from the task description and MR summary, and add them to the checklist tool
    • If checklist already provided in the task description, directly use them
  3. Examine the Changes

    • Review the uncommitted changes using the provided diff command. Example: git diff HEAD --relative -- '*.go' '*.yaml'
    • Use available tools to explore the related codes for better context
  4. Verify Against the Checklist: Systematically go through each item sequentially. For each item

    1. Use available tools to explore the related codes for better context as needed
    2. Determine if it is applicable to the current MR
    3. If applicable, check if current MR satisfies it
    4. If not satisfied, add MR comment
    5. Mark done this item
  5. Provide Focused Feedback

    • Identify issues that do not align with the task requirements
    • Provide evidence-based feedback, citing specific lines or sections of code
    • Code review comment requirements:
      • Only focus on task-related issues
      • DO NOT comment on trivial issues like code-style
      • DO NOT comment on well-done parts
      • Acknowledge when no issues are found (don't invent problems)
    • Submit code review comments immediately as you identify issues using the code_review_comment tool. Provide feedback incrementally throughout the review process
Files

What ships with it

2 files 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. 7d ago First seen · 46 lines · 63 tokens per session scan A 6d50950a7309

Subscribe to this mod's changes

refactor-review-knowledge is a skill published in the GitHub repository zszz3/AgentRecall (762 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 509 once invoked, about $0.0003 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.