How do you verify a coding agent's pull request?
To verify a coding agent's pull request, compare the agent's declaration with evidence that can be established independently: the actual changed paths, the evaluated merge base, and the configured TEST/BUILD checks. ET Verify performs those bounded checks and reports ACCEPTED, REVIEW REQUIRED, or BLOCKED; the result does not replace human review or decide whether the pull request merges.
How it works
The coding agent produces and commits the declaration. ET Verify evaluates it against repository and configured-check evidence that the agent does not author.
- 01
Bind the pull request
The declaration records
baseCommit, and ET Verify independently resolves the evaluated merge base for the exact pull-request head. - 02
Compare scope and checks
ET Verify compares the declared exact path set with actual repository changes. It reads trusted configuration from the evaluated merge base and executes or evaluates every configured
TEST/BUILDcheck. - 03
Separate claim from evidence
The Action summary separates
AGENT CLAIMEDfromET ESTABLISHED, then maps the evidence toACCEPTED,REVIEW REQUIRED, orBLOCKED. The team retains review and merge judgment; ET Verify does not perform general AI code review or prove code quality.
Related answers
Install and documentation
Use the immutable public-alpha Action pin below. Start with the Quickstart for setup, then use Worked Examples to see the three results in context.
uses: empoweredtextlabs/et-verify@474a1d79599a714ccb2cac28a0b34c1444ad86c7
This is the Action coordinate. Setup also requires a GitHub workflow and your organization’s required-check configuration.