save_review_findings
Save code review summaries to track progress across project reviews. Enables documentation of findings like critical issues and improvements for ongoing development monitoring.
Instructions
Save a summary of review findings to the project history. Call this after completing a review to enable progress tracking across reviews.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Brief summary of findings, e.g. "3 MUST FIX, 5 SHOULD FIX, 8 GOOD. Key: JWT missing orgId, role system over-engineered" | |
| project_path | No | Path to the project. Defaults to current working directory. |