Skip to content

oss-pr-reviewer v0.1.0

Choose a tag to compare

@vuphongle vuphongle released this 13 Aug 02:48
· 15 commits to main since this release
69dba70

Highlights

  • Review GitHub pull requests by repository/PR or URL.
  • Fetch PR metadata and changed-file patches with Octokit.
  • Normalize unsupported content and batch large diffs deterministically.
  • Analyze reviewable changes through the OpenAI provider boundary.
  • Validate structured findings with Zod, merge and deduplicate findings, filter by severity, and render Markdown reports.
  • Includes mocked tests, GitHub Actions CI, documentation, a synthetic sample report, and community contribution templates.

Limitations

  • OpenAI is the only implemented AI provider.
  • Reviews use pull request metadata and patches; the repository is not cloned.
  • The tool does not run reviewed code, post PR comments, or create inline annotations.
  • Automated output does not replace human maintainer review, testing, or security auditing.

Validation

The release branch passed lint, typecheck, 27 automated tests, build, format checks, CLI help checks, and CI. Live GitHub/OpenAI API smoke testing remains pending because credentials were not used during release preparation.