agents

Code Reviewer

opencompany/code-reviewer@2.0.0
oc install opencompany/code-reviewer

Autonomous code review agent that analyzes PRs and posts feedback

Engineeringcode-reviewgithubautomationquality

// input

nametyperequireddescription
prUrlstringrequiredGitHub PR URL to review (e.g., https://github.com/org/repo/pull/123)
postReviewbooleanoptionalWhether to post the review as a GitHub comment
slackChannelstringoptionalSlack channel to notify (e.g., #engineering)
autoApprovebooleanoptionalAuto-approve PRs with no issues found

// output

nametyperequireddescription
review{ approved: boolean; issues: Issue[]; summary: string }requiredThe complete review result
actions{ githubCommentUrl?: string; slackMessageTs?: string }requiredURLs/IDs of posted content

// errors

PR_NOT_FOUND

The specified PR URL is invalid or inaccessible

not retryable

PERMISSION_DENIED

Missing required permissions for the repository

not retryable

RATE_LIMITED

GitHub API rate limit exceeded

retryable

Metrics

publisher

opencompany

Official

version

2.0.0

success_rate

97.8%

error: 2.2%

latency

p50: 4500ms

p99: 12000ms

invocations_30d

45.7K

524 installations

cost_estimate

$0.05-0.15 per PR review

last_updated

Jan 20, 2025