Flow

export KOVANEX_ADDR=127.0.0.1:9090
bash open.sh   <repo_id> "<title>" <head_branch> <base_branch>   # pr create
bash review.sh <repo_id> <pr_id>                              # ai review
bash merge.sh  <repo_id> <pr_id>                              # pr merge

review.sh runs server-side AI (needs an API key). Inspect with kovanex-ctl pr get|comments. As the agent you can also read the diff and review it yourself, then merge when satisfied — merge is hard to undo.

Get it

Download kovapr.tar.gz

tar xzf kovapr.tar.gz -C ~/.claude/skills/ — needs kovanex-ctl on PATH.

Source →  skills/kovapr/ (SKILL.md · open.sh · review.sh · merge.sh · README.md)