Resolve, dismiss or reopen a finding
close_findingRecord the outcome for a performance finding, marking it as resolved, dismissed, or open. Include a note explaining the solution or rationale for future readers.
Instructions
Record what happened to a finding, and describe the solution. Use resolved only once a release carrying the fix has reported and the numbers have moved — writing the code is not evidence that it worked. Use dismissed only for something that is genuinely not a problem. Both require a note, because the status says a finding left the list and the note is the only record of why: the diff that fixed an N+1 is not findable six weeks later from a timestamp. Use open to undo either. If unsure, leave it open and say so — an open finding costs someone a glance, a wrongly closed one costs an incident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| note | No | Required to resolve or dismiss. To resolve, describe the solution: what you changed, in which files, and why that addresses this specific measurement rather than merely coinciding with it. To dismiss, say why the finding is not a real problem. Written for the person who reads this finding next, who was not here. | |
| status | Yes |