masuda-hikari/DevBuddyAI Code Review

AI-powered code review that automatically reviews your pull requests for bugs, style issues, and potential improvements

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: masuda-hikari/devbuddyai@9f6b03b92ed626d37033e2f12431b7bb3226027c # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyAPI key for DevBuddyAI (Claude or OpenAI)yes
modelAI model to use (claude-3-sonnet, claude-3-opus, gpt-4, gpt-3.5-turbo)noclaude-3-sonnet
severityMinimum severity level to report (low, medium, high)nomedium
languagesLanguages to review (comma-separated: python,javascript,typescript,rust,go or "auto")noauto
review_modeReview mode: "diff" (only changed lines) or "full" (entire files)nodiff
fail_on_issuesFail the check if issues are found (true/false)nofalse
post_commentPost review results as PR comment (true/false)notrue
ignore_patternsGlob patterns to ignore (comma-separated)no""
config_filePath to .devbuddy.yaml config fileno.devbuddy.yaml
namedescription
issues_countNumber of issues found
bugs_countNumber of bugs found
warnings_countNumber of warnings found
style_countNumber of style issues found
review_summarySummary of the review