Skip to content

da1z/bishop

Repository files navigation

bishop

CLI tool that verifies and addresses pull request review comments from configured bots by dispatching each comment to a coding agent.

Install

bun install

Initialize config

bun run index.ts init

Run

bun run index.ts

Optional flags:

  • --no-commit
  • --no-push
  • --no-reply
  • --dry-run

Config

bishop.json supports selecting an agent model:

{
	"agent": "cursor",
	"model": "gpt-5"
}

Test

bun test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors