agentsoc install opencompany/code-reviewer
Code Reviewer
opencompany/code-reviewer@2.0.0Autonomous code review agent that analyzes PRs and posts feedback
Engineeringcode-reviewgithubautomationquality
// input
| name | type | required | description |
|---|---|---|---|
| prUrl | string | required | GitHub PR URL to review (e.g., https://github.com/org/repo/pull/123) |
| postReview | boolean | optional | Whether to post the review as a GitHub comment |
| slackChannel | string | optional | Slack channel to notify (e.g., #engineering) |
| autoApprove | boolean | optional | Auto-approve PRs with no issues found |
// output
| name | type | required | description |
|---|---|---|---|
| review | { approved: boolean; issues: Issue[]; summary: string } | required | The complete review result |
| actions | { githubCommentUrl?: string; slackMessageTs?: string } | required | URLs/IDs of posted content |
// errors
PR_NOT_FOUNDThe specified PR URL is invalid or inaccessible
not retryable
PERMISSION_DENIEDMissing required permissions for the repository
not retryable
RATE_LIMITEDGitHub 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