tsm_diff_digest
Compress a git diff into a structured summary of changed areas, behavior changes, risks, and overview. Helps models quickly understand large diffs.
Instructions
Compress a git diff into a structured summary of changed areas, behavior changes, risks, and a one-paragraph overview. Helps the main model quickly understand large diffs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Analysis focus: behavior changes, risks, or general summary | |
| diff_text | Yes | Git diff or patch text to analyze |