Automated PR review
Trigger review on every PR update and keep feedback aligned with the latest diff.
PR Check reviews pull requests with repository-aware context, posts concise findings, and updates a clean summary comment your team can trust.
Found 2 issues in src/auth/jwt.go
@@ -84,6 +84,7 @@ - token, _ := jwt.Parse(tokenString, nil) + token, err := jwt.Parse(tokenString, keyFunc) + if err != nil return nil, err
PR Check stays focused on the core workflow teams actually need to adopt AI review in production.
Trigger review on every PR update and keep feedback aligned with the latest diff.
Configure severity thresholds, reviewer instructions, and review budgets for each repository.
Post inline comments and maintain a clean top comment that summarizes the review state.