kovapr is the pull-request lifecycle as three thin calls: open a PR, run an AI code review on it, and merge once it's right.
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.
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)