medharness: Skill for Claude Code

.claude/skills/requesting-code-review/SKILL.md

requesting-code-review is a skill for Claude Code from charliehzm/medharness. It costs 135 tokens per session (599 once invoked), scanned A, original, Apache-2.0.

A workflow skill for requesting a second review of code after it has passed verification. TDD means test-driven development, but this add-on's description does not say that it uses TDD.

In plain words
What is it for?
Use it to request a review, record feedback, classify issues by severity, and close critical or major findings.
Why use it?
It packages the code changes and their context so a reviewer can check correctness, security, maintainability, and whether important feedback was resolved.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is charliehzm/medharness's own configuration. It tells Claude Code how to work on medharness itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything medharness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to charliehzm/medharness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/charliehzm/medharness/main/.claude/skills/requesting-code-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/charliehzm/medharness

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 requesting-code-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/charliehzm/medharness/requesting-code-review/github.svg)](https://agentmods.dev/skills/charliehzm/medharness/requesting-code-review)
Your own site
<a href="https://agentmods.dev/skills/charliehzm/medharness/requesting-code-review"><img src="https://agentmods.dev/badge/skills/charliehzm/medharness/requesting-code-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 requesting-code-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/charliehzm/medharness/requesting-code-review"><img src="https://agentmods.dev/badge/skills/charliehzm/medharness/requesting-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 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.00135 $0.00599
Opus 5 $0.00068 $0.00300
Sonnet 5 $0.00027 $0.00120
Haiku 4.5 $0.00014 $0.00060

Measured 9d ago against content hash 8c98630bc17e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

requesting-code-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 9d 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.

.claude/skills/requesting-code-review/SKILL.md · 62 lines

What it actually says

Requesting Code Review

The "second pair of eyes" gate. Functional, not compliance — that's Step 10.

Review packet contents

When asking for a review, always include:

  • The diff (limited to the task's ≤ 2 files)
  • The task document
  • The relevant spec id(s)
  • Reference to design.md and (if applicable) ARCH_INPUT_INDEX
  • The PHI handling note (if L3/L4)

What the reviewer checks

Layer Examples
Correctness matches spec; covers acceptance criteria
Code health readable, lean (no dead code, no extra comments)
Security input validation, error handling at boundaries, injection surface
Maintainability tests align, naming sensible
Reuse did the author miss an existing utility (reference/legacy-utilities-index.md)?

Workflow

  1. Compose review packet.
  2. Dispatch to Reviewer-Agent (with heterogeneous model — DON'T use coder's model) or to a human.
  3. Capture feedback in REVIEW_THREAD.md.
  4. For each feedback item: classify Critical / Major / Minor.
  5. Address Critical + Major via systematic-debugging.
  6. Minor: address or accept-and-record.
  7. Close when all Critical and Major are closed.

Common failure modes

  1. Self-review on same model — coder and reviewer share model = correlated blind spots. Mitigation: enforce heterogeneity.
  2. Drive-by approvals — reviewer skims and approves. Mitigation: require explicit checklist signoff.
  3. Long-running review threads — drags. Mitigation: 24h SLA; auto-escalate.
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. 9d ago First seen · 62 lines · 135 tokens per session scan A 8c98630bc17e

Subscribe to this mod's changes

requesting-code-review is a skill published in the GitHub repository charliehzm/medharness (86 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 135 tokens to every session and 599 once invoked, about $0.0007 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