---
id: paper-review-next-issue
title: Review next manuscript issue
command: latexpert.paperReviewNextIssue
description: Open the project, list current issues, fetch context for the next issue, and surface trace metadata.
tool_order:
  - open_project
  - list_issues
  - get_context_pack
  - get_revision_state
---

Use this workflow when the agent needs to decide the next source-backed review action without editing the manuscript.

Required behavior:

1. Open the local project with `open_project`.
2. List current issues with `list_issues`.
3. Select the first issue in daemon order that exposes an `annotation_id`.
4. Fetch a bounded context pack with `get_context_pack`.
5. Fetch `get_revision_state` so the shell surfaces the latest `trace_id`, `binding_status`, and `bound_run_id`.
6. If no actionable issue exists, return the session and revision metadata instead of failing.
