Reference
Automated PR summaries & titles
A concise, accurate summary of what a pull request changes — generated on every review.
On every review, codingassist.bot posts a summary comment at the top of the pull request: what changed, why it matters, and where the risk is — so reviewers get context before they read a single line of diff.
What's in a summary
- TL;DR — one or two sentences on the intent of the change.
- Changed areas — the files/modules touched, grouped by concern.
- Risk callouts — anything the Critique agent wants a human to look at.
- Acceptance-Criteria status — pass/fail against the linked work item (see AC verification).
Titles
When a PR opens without a meaningful title, codingassist.bot suggests one derived from the diff and the linked work item, following conventional-commit style where your repo uses it.
Related
Was this page helpful?