tb3-status

star 240

Generate TB3 review status report and open in browser

harbor-framework By harbor-framework schedule Updated 5/13/2026

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)
Install via CLI
npx skills add https://github.com/harbor-framework/terminal-bench-3 --skill tb3-status
Repository Details
star Stars 240
call_split Forks 289
navigation Branch main
article Path SKILL.md
More from Creator
harbor-framework
harbor-framework Explore all skills →