name: tb3-status description: Generate TB3 review status report and open in browser allowed-tools: Bash
Generate the TB3 review status report, open it in the browser, and summarize the key numbers.
IMPORTANT: Run exactly ONE Bash tool call with this chained command:
uv run tools/review-status/generate_report.py --open 2>&1 && uv run tools/review-status/generate_report.py --json 2>/dev/null
The first command generates + opens the HTML report. The second outputs JSON for your summary. Both must be in a single Bash call.
From the JSON, briefly summarize:
- Total open task PRs, passed 2nd review, passed 1st, in 1st review
- Number unassigned
- Biggest wait bottlenecks (table: reviewer, PR count, longest wait in days)