Minimal review automation for GitHub teams

PR reviews with real signal, right inside GitHub.

PR Check reviews pull requests with repository-aware context, posts concise findings, and updates a clean summary comment your team can trust.

Repository-aware policiesSeverity thresholds, reviewer instructions, and posting rules per repository.
GitHub-native summariesInline findings and a continuously updated top-level review comment in the PR.
Latest reviewfeat: harden JWT validation
Changes requested
Files changed12
Findings2
Risk areasAuth
PR Check Review2 issues found

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
Security Vulnerability DetectedSkipping signature verification allows attackers to forge tokens. Ensure you provide a valid keyFunc to verify the token signature.

Everything important, nothing noisy.

PR Check stays focused on the core workflow teams actually need to adopt AI review in production.

Automated PR review

Trigger review on every PR update and keep feedback aligned with the latest diff.

Repository-aware policies

Configure severity thresholds, reviewer instructions, and review budgets for each repository.

GitHub-native summaries

Post inline comments and maintain a clean top comment that summarizes the review state.

Install in minutes.Sign in, install the GitHub App, register a repository, and your next pull request is review-ready.