Summarize changes
summarize_changesSummarize code changes with user-facing and technical summaries, suggested commit message, checks performed, and limitations. Uses current git diff if none provided.
Instructions
Produce a clean summary of changes: a user-facing summary, a technical summary, a suggested conventional-commit message, the checks performed, and known limitations. Uses the current git diff when none is supplied. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Diff to summarize. If omitted, the current git diff is used. | |
| projectPath | Yes | Absolute path to the project root. | |
| checkResults | No | Results from run_project_checks to record as tests performed. | |
| taskDescription | No | The original task, for the summary. |