Headless PR review automation that verifies PR descriptions claim-by-claim against real code, checks docs against reality, and flags requirement impact. Open source, runs locally.
View on GitHub Read the guides
PR descriptions lie. Docs go stale. Manual code review is slow and
inconsistent. This tool runs a DeepSeek Harness
agent that deep-dives into the actual code of every pull request and tells you
whether the description matches reality — with file:line evidence
for every claim.
pip install git+https://github.com/nexpeakcore/deepseek-harness-pr-review.git
gh auth login
export DEEPSEEK_API_KEY=sk-...
harness-pr-review doctor # check readiness
harness-pr-review https://github.com/owner/repo/pull/123 # review one PR
harness-pr-review owner/repo 123 # or owner/repo + number
autoreview --daemon # auto review every 2 min
python -m web.server # dashboard at :6789