GitHub

Install the Videlic GitHub App and every pull request gets a full verdict — right where you review code. No CLI, no SDK, no code changes.

Connect GitHub

What you get

The verdict, on the pull request

PR verdict comment

A comment on every PR — claims vs reality, blast radius, and test gaps. Updates in place, so no thread spam.

Commit status check

An advisory check on the head commit. Make it required to block merges until the agent's work is verified.

Zero setup per repo

Install once, pick your repos. Videlic detects the agent from the session — nothing to configure.

How to set up

Connect once, then just code

1

Install the GitHub App

Add the Videlic App and grant access to the repos you want reviewed.

2

Add the agent hook

One line connects your agent's sessions to Videlic — your key is included.

3

Open a PR

Code as usual. Open a pull request and the verdict posts in about a minute.

Example

videlicbotcommented now···

Review — claimed tests pass, but the suite was deleted

The session reported the auth tests green, but the diff removes the test file and adds nothing in its place.

→ Restore the deleted tests before merging auth/login.test.ts

Top signals

  • PulseClaimed the tests pass — the suite was deleted auth/login.test.ts
  • GraphHigh-impact change · 14 files depend on it auth.ts
  • ProbeAssertion always passes checkout.test.ts:42

feat/auth-refactor · Read the full report →

Posted by Videlic — what your AI coding agent actually did.