gh run view --exit-status: filter skipped on a failed run, so the one case worth compressing is the one passed through raw
rtk-ai/rtk · issue #4025 · opened Sep 2026 · 1 comment · no PRs referenced when indexed
good first issuebugarea:clipriority:medium
view_run in src/cmds/git/gh_cmd.rs:809 runs with RunOptions::stdout_only().early_exit_on_failure(). gh run view normally exits 0 even for a failed run, so the…
categorize_command buckets psql (and mysql) as "other" instead of "cloud" in rtk gain
rtk-ai/rtk · issue #4023 · opened Sep 2026 · 1 comment · no PRs referenced when indexed
good first issuebugpriority:lowarea:performance
categorize_command in src/core/tracking.rs has no arm for psql, so every rtk psql run is bucketed as "other" in rtk gain's category breakdown rather than…
gh pr checks: skipping and cancelled checks are dropped from the summary, so the totals do not add up
rtk-ai/rtk · issue #4021 · opened Sep 2026 · 3 comments · no PRs referenced when indexed
good first issuebugresolved-pending-closearea:cli
format_pr_checks in src/cmds/git/gh_cmd.rs counts only the pass, fail and pending buckets. Every other bucket gh emits — skipping, cancel — is dropped, so the…