windbg-mcp: Skill for Claude Code

.claude/skills/review-round/SKILL.md

review-round is a skill for Claude Code from glslang/windbg-mcp. It costs 79 tokens per session (2,313 once invoked), scanned A, original, MIT.

A guide for handling another review round on a pull request, which is a proposed code change. It explains how to check findings against the latest commit and verify that fixes address the reported problem.

In plain words
What is it for?
Use it to inspect review-bot comments, decide what to change or decline, and test new review rules against the bugs they target.
Why use it?
Review comments can refer to old code, repeat earlier concerns, or conflict across rounds, so this helps avoid acting on stale or misunderstood feedback.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is glslang/windbg-mcp's own configuration. It tells Claude Code how to work on windbg-mcp 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 windbg-mcp configures →

Part of the windbg-mcp plugin — 6 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to glslang/windbg-mcp. 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/glslang/windbg-mcp/main/.claude/skills/review-round/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/glslang/windbg-mcp

Made for: Claude Code.

Or install windbg-mcp, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

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 review-round

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/glslang/windbg-mcp/review-round"><img src="https://agentmods.dev/badge/skills/glslang/windbg-mcp/review-round.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,313 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.00079 $0.02313
Opus 5 $0.00039 $0.01156
Sonnet 5 $0.00016 $0.00463
Haiku 4.5 $0.00008 $0.00231

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

Security

Grade A, and why

review-round 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 3d 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/review-round/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Working a review round

Both review bots comment per commit, and a round of findings can land after a reply to the previous round. Before calling a review done, re-check with the head SHA: gh api --paginate repos/<owner>/<repo>/pulls/<n>/comments --jq '.[] | select(.original_commit_id=="<sha>")' — with --paginate, since a busy PR's comments span pages and the first page is exactly where the older rounds are.

They also circle the same topic, and contradict each other and themselves across rounds. A bot reviews this diff without the argument that produced it, so the same seam comes back round after round from a different angle — and a finding framed as "fresh evidence relative to the prior comment" may be the same claim, or may be genuinely new. Three shapes seen across the four PRs behind FOLLOWUPS.md item 34 (#189 to #192), all from the same reviewer:

  • Against code that no longer exists. One round argued about a teardown task the previous commit had deleted. Check which commit a comment is anchored to before acting on it.
  • Round-tripping a decision. Successive rounds drove a check out of Lease::admit and then asked for it back. Both were right about different properties, and only reading the code settled which — the review text alone could not.
  • Right about the fact, wrong about the remedy. "The SCM will not deliver a control code to a StartPending service" was correct (ERROR_SERVICE_CANNOT_ACCEPT_CTRL — measured, by holding a real service there with an address not on the host). Its proposed fix was a new IPC channel; the right fix was a message that stopped claiming otherwise.

So: verify the fact against the current code, then decide the remedy yourself. A correct finding does not make its suggested fix correct, and a confident one is not evidence of anything. Measuring beats arguing whenever the claim is about behaviour: most of these were settled in one experiment.

Declining is a normal outcome, and where the reason goes depends on whether the decline shaped a change. If you are committing anyway — you took the fact and rejected the remedy — the reason belongs in that commit message, because the next round will raise it again against code that by then looks deliberate, and nothing else will record why it is the way it is. If nothing changed, there is nothing to attach a reason to and nothing to protect: repeating the decline next round costs a sentence, so tell whoever is driving the work and leave it there. Do not manufacture a commit, and do not argue with the bot in a reply — neither is read by the round that follows.

A finding about prose is acted on only if the prose is wrong, or inconsistent with the code. Everything else — rewording, hedging, "consider splitting this rule across the three files that state it" — is declined, which by the rule above means no commit and no reply: nothing changed. Say it to whoever is driving the work, in one line, so the count of what was waved through stays visible to them rather than only to you.

The rule exists because the review pressure here is almost entirely on sentences: across #196, #198 and #199, every bot finding was about one, and none was about the code those PRs changed. Most of that pressure pushes toward making correct sentences longer, which is churn and costs a CI round each time. What the rule still catches, all from those three PRs:

  • Wrong. A config documented as .markdownlint-cli2.jsonc; the file is .markdownlint.jsonc. And a skill saying --set-listen-client-tools <name> changes a client's surface, when with no --tools beside it that command clears the spec — an operator following it removes the restriction they meant to change.
  • Inconsistent with the code. A refusal telling every caller to run a service-only command, when a foreground listener's clients come from the environment. And "a change reaches a client when it next connects", which describes one MCP revision while the listener's factory identifies a sessionless client on every request. Neither sentence is false on its face; both produce the wrong action.
  • Inconsistent with its own cited source. A list of the three handoff files, contradicted by one of the PRs named as its origin.

Read the full file on GitHub · 134 lines

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. 3d ago First seen · 134 lines · 79 tokens per session scan A ec1f46257e86

Subscribe to this mod's changes

review-round is a skill published in the GitHub repository glslang/windbg-mcp (9 stars, last pushed yesterday), licensed MIT. It adds 79 tokens to every session and 2,313 once invoked, about $0.0004 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-09-06.

Related

Other skills, from other repositories

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

code-review

Reviews code for bugs, security issues, and best practices.

promptfoo/promptfoo · 11 tokens

trace

Use when encountering bugs, test failures, runtime errors, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone, ends with a final-integration review of the fix. Trigger with /hyperflow:trace, "debug this", "find the root cause", "why…

jeremylongshore/tons-of-skills-marketplace · 84 tokens

java-code-review

Review Java code for bugs, duplicate code, correctness risks, maintainability improvements, and missing tests. By default review files modified in git; when the user explicitly names files, classes, packages, or a diff, review that scope instead. Generate a detailed review.md report with actionable comments and fixes.

sivaprasadreddy/sivalabs-agent-skills · 64 tokens

code-review

Review diffs and change sets for bugs, regressions, risks, and missing tests.

HybridAIOne/hybridclaw · 21 tokens

ring:test-driven-development

Enforcing the RED-GREEN-REFACTOR loop: write one failing test and watch it fail, write minimal code to pass, then refactor green. Use when starting implementation of a new feature or bugfix, or writing any new production code. Requires pasted failure output as proof of RED; code written before its test must be…

LerianStudio/ring · 89 tokens