Skip to content

ishowvel/daemon-pull-review

 
 

Repository files navigation

@ubiquity-os/daemon-pull-review

This is a high context aware GitHub organization integrated bot that uses the Anthropic Claude 3.5 Sonnet model to provide automated reviews and feeback to Github pull requests.

Usage

Just convert a pull request to be ready for review and the bot automatically reviews and requests changes if necessary

How it works

With its huge context window, we are able to feed the entire issue specification and the pull request to the model which we obtain. This allows the model to have a very deep understanding of the current scope and provide highly relevant reviews.

Installation

.ubiquity-os.config.yml:

plugins:
  - uses:
      - plugin: ubiquity-os-marketplace/daemon-pull-review
        with:
          openRouterAiModel: "" # Optional - defaults to "anthropic/claude-3.5-sonnet"
          openRouterBaseUrl: "" # Optional - defaults to Open Router's API endpoint

.dev.vars (for local testing):

specify the OpenRouterBase URL in the .ubiquity-os.config.yml file and set the OPENROUTER_API_KEY in the .dev.vars file.

OPENROUTER_API_KEY=YOUR_OPENROUTER_API_KEY
UBIQUITY_OS_APP_NAME="UbiquityOS"

Testing

bun run test

About

Automated pull request reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 5.8%
  • Shell 0.2%