Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

CodeBuddy

The AI Code Review Partner For You!

Cut code reviews time, reduce bugs, improve your code quality with the power of LLM agents. Everything for free!

Before Usage

You need create a code buddy key at: https://codebuddy-react-nu.vercel.app

Inputs

NameDescriptionRequired
ownerOwner of repositorytrue
repositoryName of repositorytrue
pull_request_numberIdentifier of pull requesttrue
github_tokenPersonal Access token to access repositorytrue
code_buddy_keyCode Buddy Key to access AI Agenttrue
stackYour stack of developmenttrue
total_commentsTotal of comments by filefalse

Outputs

NameDescription
ResponseReturns the HTTP response from the CodeBuddy Agent request used to analyze the code.

Example usage

name: CodeBuddy CodeReviewon:
pull_request:
types: [ opened, synchronize ]jobs:
ai_agent_code_review:
runs-on: ubuntu-latestname: Job to make automatic code review with LLMsteps:
- name: CodeBuddyid: code_reviewuses: code-buddy-agent/code-buddy@v1.0.0with:
owner: "${{ github.repository_owner }}"repository: code-buddy-agentpull_request_number: "${{ github.event.pull_request.number }}"github_token: "${{ secrets.GH_TOKEN }}"code_buddy_key: "${{ secrets.CODE_BUDDY_KEY }}"stack: "Java, Spring, Spring AI"total_comments: 2

About

Enhance your pull requests with AI-powered automated code reviews. This action detects bugs, code smells, and security issues, ensuring quality and consistency.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages