claude-code - 💡(How to fix) Fix Ultrareview: add structured report view & download on web session page [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52915Fetched 2026-04-25 06:17:31
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
1
Participants
Timeline (top)
labeled ×2cross-referenced ×1

Fix Action

Fix / Workaround

Current Workaround

RAW_BUFFERClick to expand / collapse

Feature Request

The ultrareview web session page (claude.ai/code/session_*) currently only shows a raw execution log. When the review completes, there is no way to view or export the findings in a structured format from the web UI.

Requested Features

  1. Structured report view — Display findings in a readable, organized format (severity, file, description, suggested fix) directly on the session page, instead of just the raw agent log.

  2. Download button — Allow exporting the report as Markdown or JSON, so it can be shared with teammates or fed to another agent for automated fixes.

Why

  • The findings data is already produced by the review agent — it just needs to be surfaced in the UI.
  • Currently, users must rely on the CLI task notification to get structured results, and if that crashes (as it sometimes does), the findings visible in the web log are not actionable without manual copy-paste.
  • Both features seem straightforward to implement since the structured JSON findings already exist server-side.

Current Workaround

Read the raw log visually from the web session page and manually reconstruct the report — which defeats the purpose of automation.

extent analysis

TL;DR

Implement a structured report view and download button on the ultrareview web session page to display and export findings in a readable format.

Guidance

  • Modify the web session page (claude.ai/code/session_*) to parse the existing JSON findings and display them in a structured format, including severity, file, description, and suggested fix.
  • Add a download button to export the report as Markdown or JSON, utilizing the already available server-side JSON findings.
  • Verify the implementation by checking the web session page for the new structured report view and testing the download button with different file formats.
  • Consider adding error handling for cases where the CLI task notification crashes, to ensure the web UI remains a reliable source for findings.

Example

No code snippet is provided due to the lack of specific technical details in the issue.

Notes

The implementation details may vary depending on the underlying technology stack and framework used by the ultrareview web application.

Recommendation

Apply workaround: Implement the requested features (structured report view and download button) to improve the user experience and provide a more reliable way to access findings.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Ultrareview: add structured report view & download on web session page [1 participants]