Built for the last mile of AI-assisted development

Resolve every review.
Keep the proof.

gh-address-cr is an open-source GitHub PR review resolution workflow for AI coding agents. Turn review comments and local findings into verified, auditable outcomes—without losing the context behind “done”.

Designed forGitHubCodexAI review agents
FINAL-GATE / 123PASSED
Completion evidence
04review items resolved100%
03validation checksfresh
Reply evidence attached
Head revision verified
Telemetry captured
evidence-firstrevision-aware

The problem with “done”

AI can find the issue.
Shipping needs to prove the fix.

Review resolution is not a checkbox. It is a chain of decisions: what changed, why it is safe, which revision was tested, and whether the final state is still true. gh-address-cr keeps that chain attached to the pull request.

One deterministic loop

From feedback
to final proof.

01

Collect

Bring GitHub threads and local AI findings into one PR-scoped session.

02

Classify

Separate actionable issues, stale context, and findings that need evidence.

03

Validate

Bind proof to the exact commit, files, and command that verified the repair.

04

Gate

Get a fresh, machine-readable completion signal before calling the PR done.

01 / GitHub PR evidence

Every decision has a trail.

Replies, resolves, validations, and final-gate results remain inspectable and reproducible.

Read the contract
02 / Stacked pull requests

Layer-aware by design.

Revision and topology changes invalidate stale proof before they can create a misleading green check.

See the workflow
03 / AI coding agents

Your workflow, your state.

A deterministic, local-first CLI keeps ownership clear while Codex, Claude, Copilot, or other agents supply structured evidence.

Get started

Fits the way you ship

One workflow.
Three clear wins.

For maintainers

Close review debt without losing context.

Keep GitHub conversations useful and make every resolution explainable to the next reviewer.

For agent builders

Give “done” a machine-readable contract.

Let agents focus on reasoning while the runtime owns state, side effects, evidence, and completion semantics.

For stacked-PR teams

Never reuse proof from the wrong revision.

Refresh evidence when a lower layer changes, so a cascading rebase cannot quietly invalidate your gate.

Start in one command

Bring a clear
finish line to PRs.

Use it alongside the coding agent and review producer you already have. The runtime owns state and GitHub side effects; agents return structured evidence.

Read the quickstart
TERMINAL / 01
$ uv tool install gh-address-cr

Install the local runtime first. pipx is also supported ↗

TERMINAL / 02
$ npx skills add
github.com/RbBtSn0w/gh-address-cr
--skill skill

Then run gh-address-cr agent manifest to verify the installed contract.

Questions, answered

Built for real
PR workflows.

Does gh-address-cr perform the AI code review?

No. It is the resolution and completion layer. Your preferred review producer or coding agent supplies findings; gh-address-cr tracks, validates, replies, resolves, and gates them.

What happens when a pull request changes?

Validation evidence is tied to the current commit and changed files. A new head revision or stacked-PR topology change makes stale proof ineligible until it is refreshed.

Is it only for GitHub Copilot?

No. The local-first CLI and structured agent protocol are designed to work with Codex, Claude, Copilot, and other agents that can return the documented evidence format.

Can teams inspect what was done?

Yes. PR-scoped sessions retain the evidence ledger and final-gate artifacts so the completion decision can be reviewed instead of inferred from a green check alone.

Make “done” mean something

Ship with confidence,
not just green checks.

Start with GitHub