Review Recaps
columnsis the generic before/after layout primitive for structured comparisons. Use it for side-by-side schema, API, prose, and model blocks.- The PR Visual Recap GitHub Action runs the
visual-recapskill on each PR via an LLM coding agent (Claude Code or Codex, chosen withVISUAL_RECAP_AGENT; model and reasoning depth viaVISUAL_RECAP_MODEL/VISUAL_RECAP_REASONING) whenPLAN_RECAP_TOKENand the backend's API key are configured, shows a non-requiredVisual Recapcheck while it runs, then posts a sticky comment with an inline screenshot. The recap is informational and must not imply the diff has been reviewed.
Related Skills
- visual-recap — how to generate the recap content itself.
- plan-authoring-flow — when
/visual-recapis the right command.