
Description
Use 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.
SKILL.md
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
- 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.
More skills from the thinkrail repository
View all 3 skillsMore from JetBrains
View publishermps-aspect-accessories
configure JetBrains MPS module dependencies
MPS
Jul 17ArchitectureConfigurationEngineeringmps-aspect-actions
define and edit MPS node factories
MPS
Jul 17ArchitectureEngineeringmps-aspect-behavior
define and edit MPS concept behavior
MPS
Jul 13ArchitectureEngineeringmps-aspect-constraints
define JetBrains MPS language constraints
MPS
Jul 23ArchitectureCode Analysismps-aspect-dataflow
define and debug MPS dataflow builders
MPS
Jul 13Data Analysismps-aspect-editor
define MPS editor layouts
MPS
Jul 23DesignUI Components