PR Triage Classify and summarize a PR for review. Input $ARGUMENTS — PR number (e.g. ) Workflow 1. Fetch PR info 2. Classify the PR Based on changed files, assign one or more labels: | Pattern | Label | Review Focus | | -------------------------------- | ---------------- | --------------------------------------------------------------------- | | (not spec) | compat-fix | Real lodash inconsistency? Use to verify. | | (new file) | new-function | Follows design principles? Checklist: impl + spec + re-export + docs. | | (modified) | core-change | Intentional behavior change? Breaking changes? | |…