{{ c.file }}:{{ c.line }} ({{ c.status }})

Updated Jul 27, 2026

By: {{ c.reviewer }} at {{ c.timestamp }}

{{ c.body }}


{% endfor %}

Total: {{ comments | length }} comments ```

Template errors

  • Missing template file — The --template flag is required when using --export template.
  • Invalid template syntax — Verify the Jinja2 syntax (unclosed blocks, invalid expressions).

Export errors

  • Missing PR URL — The --pr-url flag is required when using --export.
  • Invalid format — Use markdown, jsonl, or template as the export format value.
  • File write error — Check that the output path is writable.