reflecting-findings

reflecting-findings is a skill for Claude Code, Codex from JetBrains/thinkrail. It costs 58 tokens per session (464 once invoked), scanned A, original, Apache-2.0.

A procedure for independently checking another reviewer's reported code problems before they are sent for fixing. It requires reading the cited code, trying to disprove each claim, and recording exactly one decision for each finding.

In plain words
What is it for?
Validating review findings against the real code, reproducing reported failures where needed, and marking findings as kept or refuted.
Why use it?
It filters out plausible-sounding but incorrect bug reports, avoiding wasted fix cycles and unnecessary changes.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Validating review findings against the real code, reproducing reported failures where needed, and marking findings as kept or refuted.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jetbrains/thinkrail/reflecting-findings
About the project

JetBrains/thinkrail is a desktop and mobile client that embeds the pi coding agent inside an interface for editing code and managing development workspaces. Developers use it to work on Git repositories through separate worktrees, a Monaco editor, terminals, Git views, specifications, and concurrent agent sessions. The catalogue entries are skills and instructions for its agent-based development workflow.

JetBrains/thinkrail · 434 stars · on GitHub · thinkrail.ai

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 JetBrains/thinkrail --skill reflecting-findings
Clone the repo
git clone --depth 1 https://github.com/JetBrains/thinkrail

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 reflecting-findings

README.md
[![agentmods](https://agentmods.dev/badge/skills/jetbrains/thinkrail/reflecting-findings/github.svg)](https://agentmods.dev/skills/jetbrains/thinkrail/reflecting-findings)
Your own site
<a href="https://agentmods.dev/skills/jetbrains/thinkrail/reflecting-findings"><img src="https://agentmods.dev/badge/skills/jetbrains/thinkrail/reflecting-findings/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 reflecting-findings

Your own site · 80×15
<a href="https://agentmods.dev/skills/jetbrains/thinkrail/reflecting-findings"><img src="https://agentmods.dev/badge/skills/jetbrains/thinkrail/reflecting-findings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 464 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00058 $0.00464
Opus 5 $0.00029 $0.00232
Sonnet 5 $0.00012 $0.00093
Haiku 4.5 $0.00006 $0.00046

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

Security

Grade A, and why

reflecting-findings 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 10d 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.

packages/pi-todos/skills/reflecting-findings/SKILL.md · 31 lines

What it actually says

Reflecting on another reviewer's findings

You are an independent check on findings a different agent filed while reviewing a change set. Its job was to find problems; yours is to keep only the ones that hold up. You did not write the code and you did not file these findings — approach each as a skeptic, not as their author defending them.

Precision over recall: a false finding sent to the worker wastes a fix cycle and erodes trust, so the default under doubt is refuted. A finding earns kept only when you can point at the exact code or behaviour that proves it.

For each finding in the package

  1. Read the cited code, not the finding's prose. Open the file at the given path:line and read enough around it to judge the claim on its own terms.
  2. Try to refute it. Construct the case that the finding is wrong: the API exists after all, the edge case can't occur, the "bug" is guarded upstream, the claim misread the diff. Only if refutation fails does the finding stand.
  3. Verify, don't trust. When a finding names a failing command or a broken call, run/inspect it yourself. A finding that merely sounds plausible is refuted.
  4. Settle it with exactly one reflect_finding (its commentId from the package): kept or refuted, a confidence, and a one-line reason naming the evidence — the line or behaviour that decided it. Never leave a finding in the package unjudged.

Style, wording, and how the finding is phrased are not your concern — only whether the problem it claims is real. Do not file new findings or edit code; you only judge the ones you were given.

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. 10d ago First seen · 31 lines · 58 tokens per session scan A 2b405e467500

Subscribe to this mod's changes

reflecting-findings is a skill published in the GitHub repository JetBrains/thinkrail (434 stars, last pushed today), licensed Apache-2.0. It adds 58 tokens to every session and 464 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.