Goal
Show selected PR details and checks in the TUI.
Why this matters
A PR queue is only useful if maintainers can quickly see whether a PR is blocked by CI, pending review, or ready for follow-up.
Command/API target
Render github.pr.view and github.pr.checks data for the selected PR.
Depends on
Out of scope
- Do not implement check reruns.
- Do not implement review-thread detail rendering.
- Do not build desktop UI.
Definition of done
- TUI can show PR title, author, state, branch/base, and URL.
- TUI can show check names and states for the selected PR.
- Missing or unavailable check data is understandable.
Verification
cargo fmt --all --check
cargo check --workspace
- Run
cargo run -p nexgit-cli -- tui and include a screenshot or concise manual observation.
Goal
Show selected PR details and checks in the TUI.
Why this matters
A PR queue is only useful if maintainers can quickly see whether a PR is blocked by CI, pending review, or ready for follow-up.
Command/API target
Render
github.pr.viewandgithub.pr.checksdata for the selected PR.Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo check --workspacecargo run -p nexgit-cli -- tuiand include a screenshot or concise manual observation.