Community PR Review Given a PR number or branch name, determine whether it is ready for human review. Steps 1. Resolve the PR If given a branch name, find the PR number first: 2. Fetch PR data Fetch in parallel: 3. Run the five checks A. CLA signed Check the commit status first; fall back to the CLAassistant comment if no status exists. Commit status ( ): - → ✅ signed - or → ❌ not signed - → ⏳ pending - Not present → fall back to comment CLAassistant issue comment (fallback): - Body contains → ✅ signed - Body contains or a link to sign → ❌ not signed - No comment → ❌ treat as not signed B. PR…