| name | github-pr-review |
| description | Summarizes pull request changes and posts a structured review comment on GitHub. Use this when the user wants an automated code review covering file-level diffs, potential issues, and improvement suggestions for a specific PR. |
| triggerPhrases | ["review this PR","summarize pull request","code review github","github PR审查","审查这个PR"] |
| startUrl | https://github.com |
| urlPattern | github.com |
| categories | ["developer-tools","github"] |
| parameters | [{"name":"review_style","type":"select","description":"Level of detail in the review comment — concise gives a brief summary, detailed includes line-by-line analysis","required":false,"default":"concise","options":["concise","detailed"]}] |
| preconditions | [{"type":"url_contains","value":"github.com/","description":"Browser must be on a GitHub pull request page"},{"type":"url_contains","value":"/pull/","description":"URL must contain /pull/ indicating a pull request page"}] |