pub fn render_pr_comment(input: &PrCommentRenderInput<'_>) -> StringExpand description
Render the sticky summary comment body: identity marker, run verdict, headline count, and per-category findings tables.
The verdict is derived from the findings’ severities. Use
render_pr_comment_with_verdict to fold in a gate conclusion the caller
already computed, such as a saved audit verdict.