jacsamell/AI-Powered PR Bot

AI-powered PR analysis, review, and auto-approval using Claude. Generates descriptions and provides intelligent code feedback.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic_api_keyAnthropic API key for Claude AIyes
github_tokenGitHub token for API accessno${{ github.token }}
auto_reviewEnable automatic code reviewnofalse
auto_describeEnable automatic PR description generationnofalse
auto_improveEnable code improvement suggestionsnofalse
enable_auto_approvalEnable automatic approval of safe changesnofalse
modelAI model to use (e.g., anthropic/claude-sonnet-4-20250514)noanthropic/claude-sonnet-4-20250514
max_model_tokensMaximum tokens for AI modelno1000000
require_triggerRequire ##prbot trigger in PR descriptionnofalse
max_findingsMaximum number of review findings to reportno5
pretty_logsEnable pretty console logs with emojis instead of JSONnotrue
enable_review_labels_effortEnable review effort labels (1-5 scale) on PRsnofalse
enable_review_labels_securityEnable security concern labels on PRsnofalse
feedback_on_draft_prEnable processing of draft PRs (default: false to skip draft PRs)nofalse
use_cursor_rulesEnable reading Cursor rules from repository (.cursor/rules/*.mdc and .cursorrules)notrue
namedescription
review_postedWhether a review was posted
description_updatedWhether PR description was updated
improvements_postedWhether improvement suggestions were posted
auto_approvedWhether PR was automatically approved