Reflecting on another reviewer's findings
SkillAI & modelsUse when a reflection package hands you another agent's review findings to verify (before they become a fix request): you are the REFLECTOR, an independent skeptic. Judge each finding against the real code and settle it with reflect_finding — kept or refuted.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Reflecting on another reviewer's findings skill
What this skill tells your AI
The instructions your AI receives, as published by jetbrains/thinkrail in packages/pi-todos/skills/reflecting-findings/SKILL.md and read by ahel’s review.
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
- Read the cited code, not the finding's prose. Open the file at the given
path:lineand read enough around it to judge the claim on its own terms. - 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.
- 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. - Settle it with exactly one
reflect_finding(itscommentIdfrom the package):keptorrefuted, aconfidence, and a one-linereasonnaming 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.
Signals
- GitHub stars
- 459
- Forks
- 36
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
reflecting-findings- Source
- github.com/jetbrains/thinkrail