potiuk opened a new pull request, #62682:
URL: https://github.com/apache/airflow/pull/62682

   Add a new Breeze CLI command that helps maintainers efficiently triage open 
PRs
   from non-collaborators that don't meet minimum quality criteria.
   
   The command fetches open PRs via GitHub GraphQL API with optimized chunked 
queries,
   runs deterministic CI checks (failures, merge conflicts, missing test 
workflows),
   optionally runs LLM-based quality assessment, and presents flagged PRs 
interactively
   for maintainer review with author profiles and contribution history.
   
   Key features:
   - Optimized GraphQL queries with chunking to avoid GitHub timeout errors
   - Deterministic CI failure detection with categorized fix instructions and 
doc links
   - LLM assessment via `claude` or `codex` CLI for content quality
   - Interactive review with Rich panels, clickable links, and author context
   - "maintainer-accepted" label to skip PRs on future runs
   - Workflow approval support for first-time contributor PRs awaiting CI runs
   - Merge conflict and commits-behind detection with rebase guidance
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Opus 4.6
   
   Generated-by: Claude Opus 4.6 following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to