커밋 그래프

2 commits

작성자 SHA1 메시지 날짜
google-labs-jules[bot]
e0ce9c5c06 Bolt: optimize PR review script performance
Optimized `scripts/review_pull_requests.py` by replacing multiple `git branch` and `git log` calls with a single `git for-each-ref` command using the `%(ahead-behind:main)` atom (Git 2.41+).

This reduces the number of subprocess calls from O(N) to O(1), significantly improving performance in repositories with many branches.

Also improved error handling for missing `gh` CLI.
2026-02-22 17:21:40 +00:00
Huawei-Window-Techno
365881c76a feat: Add pull request review script and comprehensive report - Created review_pull_requests.py to analyze all PRs - Generated Pull Request Review Report with 23 open PRs analysis - Identified 20 performance optimization PRs ready for review - Documented 5 draft PRs and 2 WIP feature PRs - Added recommendations for PR consolidation and prioritization 2026-01-10 05:26:35 +07:00